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

This commit is contained in:
2008-03-25 17:07:58 +00:00
parent 052f992488
commit 6cfbe6fcd0
5 changed files with 391 additions and 71 deletions

View File

@ -198,7 +198,8 @@ int Xorriso_cut_out(struct XorrisO *xorriso, char *disk_path,
struct SplitparT;
int Xorriso_identify_split(struct XorrisO *xorriso, char *iso_adr,
struct SplitparT **parts, int *count, int flag);
struct SplitparT **parts, int *count,
struct stat *total_stbuf, int flag);
#endif /* Xorrisoburn_includeD */