Implemented -overwrite control

This commit is contained in:
2007-11-06 16:32:39 +00:00
parent 6be36c8726
commit dd4ebdbe17
6 changed files with 244 additions and 58 deletions

View File

@@ -72,8 +72,7 @@ struct XorrisO { /* the global context of xorriso */
int do_global_gid;
gid_t global_gid;
/* >>> put overwrite_mode here */
int do_overwrite;
int do_overwrite; /* 0=off, 1=on, 2=nondir */
int do_reassure;
char volid[SfileadrL];
@@ -202,6 +201,15 @@ char *Text_shellsafe(char *in_text, char *out_text, int flag);
int Sort_argv(int argc, char **argv, int flag);
struct DirseQ;
int Dirseq_new(struct DirseQ **o, char *dir, int flag);
int Dirseq_destroy(struct DirseQ **o, int flag);
int Dirseq_next_adr(struct DirseQ *o, char reply[SfileadrL], int flag);
#endif /* Xorriso_private_includeD */