Added missing function declaration

This commit is contained in:
Thomas Schmitt 2009-06-23 07:09:27 +00:00
parent 852941cf58
commit 44b74461f3
2 changed files with 9 additions and 1 deletions

View File

@ -438,6 +438,14 @@ int Xorriso_read_rc(struct XorrisO *xorriso, int flag);
int Xorriso_dialog(struct XorrisO *xorriso, int flag);
/* @param flag bit0-7= purpose
0= ERRFILE
1= mark line (only to be put out if enabled)
*/
int Xorriso_process_errfile(struct XorrisO *xorriso,
int error_code, char msg_text[], int os_errno,
int flag);
int Xorriso_make_return_value(struct XorrisO *xorriso, int flag);
int Xorriso_prepare_regex(struct XorrisO *xorriso, char *adr, int flag);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.06.23.065744"
#define Xorriso_timestamP "2009.06.23.070934"