]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/parse_conf.h
Win32 fix -- remove debug O_NONBLOCK code
[bacula/bacula] / bacula / src / lib / parse_conf.h
index 46f08f2eec2890ffd005fffb3e8db63e0d374400..af81738e579bc1e04a567797c07736a1c435d36f 100644 (file)
@@ -96,7 +96,7 @@ union CURES {
 
 
 /* Configuration routines */
-int    parse_config(const char *cf, int exit_on_error = 1);
+int   parse_config(const char *cf, LEX_ERROR_HANDLER *scan_error = NULL);
 void   free_config_resources(void);
 RES   **save_config_resources(void);
 RES   **new_res_head();