Rename callback execte and destroy functions

This commit is contained in:
James Booth
2016-07-03 01:03:05 +01:00
parent 70a79abd3b
commit 606a860bdc
4 changed files with 17 additions and 17 deletions

View File

@@ -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