New option -sleep

This commit is contained in:
2011-10-14 09:43:30 +00:00
parent 506fabb364
commit 01240196bf
9 changed files with 104 additions and 44 deletions

View File

@@ -1176,6 +1176,9 @@ int Xorriso_option_set_filter(struct XorrisO *xorriso, char *name,
int Xorriso_option_signal_handling(struct XorrisO *xorriso, char *mode,
int flag);
/* Option -sleep */
int Xorriso_option_sleep(struct XorrisO *xorriso, char *duration, int flag);
/* Option -speed */
int Xorriso_option_speed(struct XorrisO *xorriso, char *speed, int flag);