New command -iso_nowtime to set fixed timestamp for synthetic files
This commit is contained in:
@ -1645,6 +1645,10 @@ int Xorriso_option_hide(struct XorrisO *xorriso, char *hide_state,
|
||||
/* @since 0.1.0 */
|
||||
int Xorriso_option_history(struct XorrisO *xorriso, char *line, int flag);
|
||||
|
||||
/* Command -iso_nowtime "dynamic"|timespec */
|
||||
/* @since 1.5.2 */
|
||||
int Xorriso_option_iso_nowtime(struct XorrisO *xorriso, char *text, int flag);
|
||||
|
||||
/* Command -iso_rr_pattern "on"|"ls"|"off" */
|
||||
/* @since 0.1.0 */
|
||||
int Xorriso_option_iso_rr_pattern(struct XorrisO *xorriso, char *mode,
|
||||
|
Reference in New Issue
Block a user