New option -split_size, automated splitting of oversized files

This commit is contained in:
2008-03-29 16:44:39 +00:00
parent 9eaa268b26
commit 120ea0972c
7 changed files with 194 additions and 28 deletions

View File

@ -197,7 +197,10 @@ int Xorriso_cut_out(struct XorrisO *xorriso, char *disk_path,
struct SplitparT;
/* @param flag bit0= in_node is valid, do not resolve iso_adr
*/
int Xorriso_identify_split(struct XorrisO *xorriso, char *iso_adr,
void *in_node,
struct SplitparT **parts, int *count,
struct stat *total_stbuf, int flag);