]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
Additional message plus exclusion fix
[bacula/bacula] / bacula / src / stored / protos.h
index 339246e335daa32145d9bbbe38536292afb1a49d..6f0b4db6ff706138c63f6e916c017c5540f4e106 100644 (file)
@@ -28,7 +28,7 @@
 uint32_t new_VolSessionId();
 
 /* From acquire.c */
-int      acquire_device_for_append(JCR *jcr, DEVICE *dev, DEV_BLOCK *block);
+DEVICE  *acquire_device_for_append(JCR *jcr, DEVICE *dev, DEV_BLOCK *block);
 int      acquire_device_for_read(JCR *jcr, DEVICE *dev, DEV_BLOCK *block);
 int      release_device(JCR *jcr, DEVICE *dev);