Implemented option -path-list

This commit is contained in:
2007-10-24 10:54:43 +00:00
parent d275669f03
commit dbd99babd9
3 changed files with 45 additions and 7 deletions

View File

@ -122,6 +122,7 @@ int Xorriso_process_msg_queues(struct XorrisO *xorriso, int flag);
int Xorriso_option_abort_on(struct XorrisO *xorriso, char *severity, int flag);
/* Option -add */
/* @param flag bit0=do not report the added item */
int Xorriso_option_add(struct XorrisO *xorriso, int argc, char **argv,
int *idx, int flag);