Working towards coordination of -compare, -update and -cut_out

This commit is contained in:
2008-03-22 13:00:38 +00:00
parent 9d77ef7700
commit 6eb3d1ea61
5 changed files with 228 additions and 1 deletions

View File

@ -195,5 +195,10 @@ int Xorriso_copy_properties(struct XorrisO *xorriso,
int Xorriso_cut_out(struct XorrisO *xorriso, char *disk_path,
off_t startbyte, off_t bytecount, char *iso_rr_path, int flag);
struct SplitparT;
int Xorriso_identify_split(struct XorrisO *xorriso, char *iso_adr,
struct SplitparT **parts, int *count, int flag);
#endif /* Xorrisoburn_includeD */