Changed prototype of new API call Xorriso_start_msg_watcher()

This commit is contained in:
2012-09-15 09:52:29 +00:00
parent eaa501c9ec
commit 6338febf8f
6 changed files with 51 additions and 25 deletions

View File

@ -582,8 +582,10 @@ struct XorrisO { /* the global context of xorriso */
2= started
3= request to end
*/
int (*msgw_result_handler)(struct XorrisO *xorriso, char *text);
int (*msgw_info_handler)(struct XorrisO *xorriso, char *text);
int (*msgw_result_handler)(void *handle, char *text);
void *msgw_result_handle;
int (*msgw_info_handler)(void *handle, char *text);
void *msgw_info_handle;
int msgw_stack_handle;
int status_history_max; /* for -status long_history */