diff options
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r-- | src/core/weechat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h index 8eee8079a..6107bd566 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -108,5 +108,7 @@ extern char *weechat_startup_commands; extern void weechat_term_check (); extern void weechat_shutdown (int return_code, int crash); +extern void weechat_init (int argc, char *argv[], void (*gui_init_cb)()); +extern void weechat_end (void (*gui_end_cb)(int clean_exit)); #endif /* WEECHAT_H */ |