]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
Add Bytes/Blocks read by SD during restore
[bacula/bacula] / bacula / src / stored / protos.h
index 668ad0184e635dffedb60a23137f28af503658a9..bfead35ea6279b997908a352343faf48089d67d0 100644 (file)
@@ -92,6 +92,7 @@ int    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);
+int    dev_can_write(DEVICE *dev);
 
 
 /* Get info about device */