]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix syntax error
authorKern Sibbald <kern@sibbald.com>
Thu, 27 Sep 2007 15:17:21 +0000 (15:17 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 27 Sep 2007 15:17:21 +0000 (15:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5672 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/cats.h

index 03e7f6adf10b6e927d595ff7fd96cef168ab03be..f774612a2302d80925011c9720f4e18e4cf0c077 100644 (file)
@@ -402,7 +402,7 @@ extern const char* my_mysql_batch_lock_path_query;
 extern const char* my_mysql_batch_lock_filename_query;
 extern const char* my_mysql_batch_unlock_tables_query;
 extern const char* my_mysql_batch_fill_filename_query;
-extern constchar* my_mysql_batch_fill_path_query;
+extern const char* my_mysql_batch_fill_path_query;
 extern void  my_mysql_free_result(B_DB *mdb);
 
 #else