mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 05:46:22 +00:00
Rename callback execte and destroy functions
This commit is contained in:
@@ -233,7 +233,7 @@ void
|
||||
plugins_win_process_line(char *win, const char * const line)
|
||||
{
|
||||
PluginWindowCallback *window = callbacks_get_window_handler(win);
|
||||
window->callback_func(window, win, line);
|
||||
window->callback_exec(window, win, line);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user