summaryrefslogtreecommitdiff
path: root/src/common/weechat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r--src/common/weechat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h
index 34f72dc4b..6e60acedd 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.h
@@ -102,9 +102,10 @@ extern int quit_weechat;
extern char *weechat_home;
extern char *local_charset;
+extern void wee_log_printf (char *, ...);
+extern void wee_dump (int);
extern char *weechat_convert_encoding (char *, char *, char *);
extern long get_timeval_diff (struct timeval *, struct timeval *);
-extern void wee_log_printf (char *, ...);
extern void wee_shutdown (int);
#endif /* weechat.h */