]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
- Modify DVD code so that it keeps a state flag that indicates
[bacula/bacula] / bacula / src / stored / protos.h
index 1d0ff05c81d5418f9da1f61f0fe3cd95d18df192..99b5fe4f9563178885b596a2f59daa58ba1afdfd 100644 (file)
@@ -198,8 +198,8 @@ void     free_restore_volume_list(JCR *jcr);
 void     create_restore_volume_list(JCR *jcr);
 
 /* From record.c */
-const char *FI_to_ascii(int fi);
-const char *stream_to_ascii(int stream, int fi);
+const char *FI_to_ascii(char *buf, int fi);
+const char *stream_to_ascii(char *buf, int stream, int fi);
 bool        write_record_to_block(DEV_BLOCK *block, DEV_RECORD *rec);
 bool        can_write_record_to_block(DEV_BLOCK *block, DEV_RECORD *rec);
 bool        read_record_from_block(DEV_BLOCK *block, DEV_RECORD *rec);