New option -pacifier, more compatible pacifier with -as mkisofs

This commit is contained in:
2008-07-16 13:06:31 +00:00
parent 13f21630b8
commit 7831dabc82
6 changed files with 103 additions and 13 deletions

View File

@ -271,6 +271,7 @@ struct XorrisO { /* the global context of xorriso */
double error_count; /* double will not roll over */
/* pacifiers */
int pacifier_style; /* 0= xorriso, 1=cdrecord, 2=mkisofs */
double pacifier_interval;
double start_time;
double last_update_time;
@ -496,6 +497,12 @@ int Sort_argv(int argc, char **argv, int flag);
/* @param flag bit0= single letters */
char *Ftypetxt(mode_t st_mode, int flag);
/* @param flag bit0=with year and seconds
bit1=timestamp format YYYY.MM.DD.hhmmss
*/
char *Ftimetxt(time_t t, char timetext[40], int flag);
struct DirseQ;
int Dirseq_new(struct DirseQ **o, char *adr, int flag);