X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fprotos.h;h=6fee3a0e8aa1edd0675af68a0092d05742275366;hb=6fc016ea3c4f5698462494319733199e2de9a9af;hp=6c32549aafeb0e4ea68ccc9c586a92875dc0fdc0;hpb=4d27d0e0d37b359aa9ffd60ca0924a54e02d3825;p=bacula%2Fbacula diff --git a/bacula/src/stored/protos.h b/bacula/src/stored/protos.h index 6c32549aaf..6fee3a0e8a 100644 --- a/bacula/src/stored/protos.h +++ b/bacula/src/stored/protos.h @@ -109,13 +109,11 @@ int write_block(DEVICE *dev); uint32_t status_dev(DEVICE *dev); bool eod_dev(DEVICE *dev); bool fsf_dev(DEVICE *dev, int num); -bool fsr_dev(DEVICE *dev, int num); bool bsf_dev(DEVICE *dev, int num); bool bsr_dev(DEVICE *dev, int num); void attach_jcr_to_device(DEVICE *dev, JCR *jcr); void detach_jcr_from_device(DEVICE *dev, JCR *jcr); JCR *next_attached_jcr(DEVICE *dev, JCR *jcr); -bool dev_can_write(DEVICE *dev); bool offline_or_rewind_dev(DEVICE *dev); bool reposition_dev(DEVICE *dev, uint32_t file, uint32_t block); void init_device_wait_timers(DCR *dcr);