]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
Implement block rejection during read
[bacula/bacula] / bacula / src / stored / protos.h
index 644a37494aba328ce38fa155006d96528f690191..107d2d2cc3cf73962744b99b98be0d9e4e289cf7 100644 (file)
@@ -148,6 +148,8 @@ int  unser_session_label(SESSION_LABEL *label, DEV_RECORD *rec);
 /* From match_bsr.c */
 int match_bsr(BSR *bsr, DEV_RECORD *rec, VOLUME_LABEL *volrec, 
              SESSION_LABEL *sesrec);
+int match_bsr_block(BSR *bsr, DEV_BLOCK *block);
+void position_bsr_block(BSR *bsr, DEV_BLOCK *block);
 
 /* From mount.c */
 int     mount_next_write_volume(JCR *jcr, DEVICE *dev, DEV_BLOCK *block, int release);