]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/plugins.h
Attempt to fix bat seg faults
[bacula/bacula] / bacula / src / lib / plugins.h
index e7e5b41671c14ae5b5d05fddea5330e3dfd5a9ec..7e84e16cfc6285ec60cac10ed3adb6d781140aa2 100644 (file)
@@ -80,7 +80,8 @@ public:
 
 /* Functions */
 extern Plugin *new_plugin();
-extern bool load_plugins(void *binfo, void *bfuncs, const char *plugin_dir, const char *type);
+extern bool load_plugins(void *binfo, void *bfuncs, const char *plugin_dir, 
+        const char *type, bool is_plugin_compatible(Plugin *plugin));
 extern void unload_plugins();
 
 /* Each daemon can register a debug hook that will be called