New API calls Xorriso_parse_line() and Xorriso__dispose_words()

This commit is contained in:
2012-09-08 17:38:36 +00:00
parent e0201c478f
commit 9b1b770c1b
6 changed files with 180 additions and 30 deletions

View File

@ -1,7 +1,7 @@
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net>
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later.
@ -93,6 +93,8 @@ int Sfile_argv_bsl(int argc, char ***argv, int flag);
*/
int Sfile_make_argv(char *progname, char *line, int *argc, char ***argv,
int flag);
int Sfile_sep_make_argv(char *progname, char *line, char *separators,
int max_argc, int *argc, char ***argv, int flag);
/* YYMMDD[.hhmm[ss]] */
int Sfile_decode_datestr(struct tm *reply, char *text, int flag);