Made use of isoburn_preset_msgs_submit()

This commit is contained in:
2008-06-18 16:16:49 +00:00
parent ae5ad5a143
commit 4de452fb94
4 changed files with 28 additions and 1 deletions

View File

@ -72,6 +72,13 @@ int Xorriso_msgs_submit(struct XorrisO *xorriso,
int error_code, char msg_text[], int os_errno,
char severity[], int flag);
/** Alternative call interface of Xorriso_msgs_submit with void* instead
of struct XorrisO*
*/
int Xorriso_msgs_submit_void(void *xorriso,
int error_code, char msg_text[], int os_errno,
char severity[], int flag);
/** Evaluate an advise whether to abort or whether to go on with option
processing. This should be called after any option function was processed.