diff 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
line wrap: on
line diff
--- a/audioDB.h	Fri Mar 05 16:00:53 2010 +0000
+++ b/audioDB.h	Fri Mar 05 16:00:58 2010 +0000
@@ -201,7 +201,7 @@
   bool forWrite;
   int infid;
   struct stat statbuf;  
-  struct adbheader *dbH;
+  struct adb_header *dbH;
   struct adb *adb;
 
   gsl_rng *rng;