X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2Fprotos.h;h=03b4e4d45f14c88076925c167d699ff642bb6857;hb=3f8a3a045ea058657030f588a10f786449d00e0d;hp=db1d32f6d296390a142bcb0e55b4663533057a10;hpb=ee7264d0897b1720b53779062938a6abc404007b;p=bacula%2Fbacula diff --git a/bacula/src/dird/protos.h b/bacula/src/dird/protos.h index db1d32f6d2..03b4e4d45f 100644 --- a/bacula/src/dird/protos.h +++ b/bacula/src/dird/protos.h @@ -34,9 +34,9 @@ extern int do_autoprune(JCR *jcr); extern int prune_volumes(JCR *jcr); /* autorecycle.c */ -extern int recycle_oldest_purged_volume(JCR *jcr, bool InChanger, MEDIA_DBR *mr); +extern bool recycle_oldest_purged_volume(JCR *jcr, bool InChanger, MEDIA_DBR *mr); extern int recycle_volume(JCR *jcr, MEDIA_DBR *mr); -extern int find_recycled_volume(JCR *jcr, bool InChanger, MEDIA_DBR *mr); +extern bool find_recycled_volume(JCR *jcr, bool InChanger, MEDIA_DBR *mr); /* backup.c */ extern int wait_for_job_termination(JCR *jcr);