]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/protos.h
- Move test for MaxStartDelay as suggested by Peter.
[bacula/bacula] / bacula / src / dird / protos.h
index a6c82691f5e8a8a672ef08352b11e721448266b6..402d4561468055c8cb435543a0cbb804bfd6b926 100644 (file)
@@ -128,6 +128,10 @@ void check_if_volume_valid_or_recyclable(JCR *jcr, MEDIA_DBR *mr, const char **r
 /* newvol.c */
 bool newVolume(JCR *jcr, MEDIA_DBR *mr);
 
+/* python.c */
+int generate_job_event(JCR *jcr, const char *event);
+
+
 /* restore.c */
 extern bool do_restore(JCR *jcr);
 extern bool do_restore_init(JCR *jcr);