comparison audioDB.h @ 673:e1f7cab30701

rename struct adbfoo to struct adb_foo (or nearest idiomatic equivalent in the appropriate language) This should have minimal impact on ABI compatibility, but is still formally a backward-incompatible change (and is potentially an API incompatibility too, though everyone should be using the typedefed synonyms.
author mas01cr
date Fri, 05 Mar 2010 16:00:58 +0000
parents e7fae71ee676
children b1723ae7675e
comparison
equal deleted inserted replaced
672:a35ca2d5f238 673:e1f7cab30701
199 int dbfid; 199 int dbfid;
200 int lshfid; 200 int lshfid;
201 bool forWrite; 201 bool forWrite;
202 int infid; 202 int infid;
203 struct stat statbuf; 203 struct stat statbuf;
204 struct adbheader *dbH; 204 struct adb_header *dbH;
205 struct adb *adb; 205 struct adb *adb;
206 206
207 gsl_rng *rng; 207 gsl_rng *rng;
208 208
209 char* fileTable; 209 char* fileTable;