]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/protos.h
Remove ifdeffing that turned off JS_Warning status -- must have been missed test...
[bacula/bacula] / bacula / src / dird / protos.h
index ccbe48315bb41413fac449ac168a4dca7c071e64..f8eb81063c98fa086f7df5034da8a448a31339ca 100644 (file)
@@ -84,7 +84,7 @@ extern bool despool_attributes_from_file(JCR *jcr, const char *file);
 
 /* dird_conf.c */
 extern const char *level_to_str(int level);
-extern "C" char *job_code_callback_filesetname(JCR *jcr, const char*);
+extern "C" char *job_code_callback_director(JCR *jcr, const char*);
 
 /* expand.c */
 int variable_expansion(JCR *jcr, char *inp, POOLMEM **exp);