]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / stored / protos.h
index e31d8f98e6b224e1dd34898e8440dbd0afaa8b6e..0bab20269f16403d87e014a4702c50ce3059bd82 100644 (file)
@@ -106,7 +106,7 @@ void    make_spooled_dvd_filename(DEVICE *dev, POOL_MEM &archive_name);
 bool    truncate_dvd(DCR *dcr);
 bool    check_can_write_on_non_blank_dvd(DCR *dcr);
 int     find_num_dvd_parts(DCR *dcr);
-off_t   lseek_dvd(DCR *dcr, off_t offset, int whence);
+boffset_t   lseek_dvd(DCR *dcr, boffset_t offset, int whence);
 void    dvd_remove_empty_part(DCR *dcr);
 
 /* From device.c */