Changed prototype of new API call Xorriso_start_msg_watcher()
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user