comparison audioDB.cpp @ 360:8749d5bf6361 gcc-4.3-cleanups

one more bit of const correctness.
author mas01cr
date Wed, 12 Nov 2008 13:05:12 +0000
parents d72ff5d0292f
children f172ac07230e
comparison
equal deleted inserted replaced
359:d72ff5d0292f 360:8749d5bf6361
1271 1271
1272 int audiodb_dump(adb_ptr mydb){ 1272 int audiodb_dump(adb_ptr mydb){
1273 return audiodb_dump_withdir(mydb,"audioDB.dump"); 1273 return audiodb_dump_withdir(mydb,"audioDB.dump");
1274 } 1274 }
1275 1275
1276 int audiodb_dump_withdir(adb_ptr mydb, char * outputdir){ 1276 int audiodb_dump_withdir(adb_ptr mydb, const char *outputdir){
1277 1277
1278 const char *argv[7]; 1278 const char *argv[7];
1279 int argvctr=0; 1279 int argvctr=0;
1280 int apierror=0; 1280 int apierror=0;
1281 1281