]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
kes If operator has rewind tape, print warning, release tape and
[bacula/bacula] / bacula / src / stored / protos.h
index 490355a3375fe2e1a6a0f197e5eda5b77493f07b..f666c6fd8ba1b593709e3fdcdad58c1b79cc7535 100644 (file)
@@ -218,7 +218,6 @@ void    _lock_reservations();
 void    _unlock_reservations();
 void    _lock_volumes();
 void    _unlock_volumes();
-void    release_volume(DCR *dcr);
 VOLRES *reserve_volume(DCR *dcr, const char *VolumeName);
 VOLRES *find_volume(const char *VolumeName);
 bool    free_volume(DEVICE *dev);
@@ -232,6 +231,7 @@ void    send_drive_reserve_messages(JCR *jcr, void sendit(const char *msg, int l
 bool    find_suitable_device_for_job(JCR *jcr, RCTX &rctx);
 int     search_res_for_device(RCTX &rctx);
 void    release_reserve_messages(JCR *jcr);
+void debug_list_volumes(const char *imsg);
 
 extern int reservations_lock_count;
 extern int vol_list_lock_count;