New -close mode "as_needed"

This commit is contained in:
2013-10-20 12:56:01 +00:00
parent 16ab372247
commit dd293f4234
12 changed files with 137 additions and 77 deletions

View File

@ -1353,7 +1353,7 @@ int Xorriso_option_chowni(struct XorrisO *xorriso, char *uid,
int Xorriso_option_clone(struct XorrisO *xorriso, char *origin, char *dest,
int flag);
/* Command -close "on"|"off" */
/* Command -close "on"|"off"| @since 1.3.4 "as_needed" */
int Xorriso_option_close(struct XorrisO *xorriso, char *mode, int flag);
/* Command -close_damaged */