Added missing function declaration
This commit is contained in:
parent
1be341c96d
commit
3e437ec8f2
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.06.23.065744"
|
||||
#define Xorriso_timestamP "2009.06.23.070934"
|
||||
|
Loading…
Reference in New Issue
Block a user