New option -split_size, automated splitting of oversized files
This commit is contained in:
@ -77,6 +77,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int did_something_useful;
|
||||
|
||||
int add_plainly;
|
||||
off_t split_size;
|
||||
|
||||
/* >>> put libisofs aspects here <<< */
|
||||
|
||||
@ -444,5 +445,9 @@ int Splitparts_get(struct SplitparT *o, int idx, char **name, int *partno,
|
||||
int Splitpart__parse(char *name, int *partno, int *total_parts,
|
||||
off_t *offset, off_t *bytes, off_t *total_bytes, int flag);
|
||||
|
||||
int Splitpart__compose(char *adr, int partno, int total_parts,
|
||||
off_t offset, off_t bytes, off_t total_bytes, int flag);
|
||||
|
||||
|
||||
#endif /* Xorriso_private_includeD */
|
||||
|
||||
|
Reference in New Issue
Block a user