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 6ce6e62e4..aec1ca321 100644
--- a/src/common/weechat.h
+++ b/src/common/weechat.h
@@ -108,8 +108,9 @@ extern gnutls_certificate_credentials gnutls_xcred;
extern int ascii_strcasecmp (char *, char *);
extern int ascii_strncasecmp (char *, char *, int);
extern void weechat_log_printf (char *, ...);
-extern void weechat_dump (int);
extern char *weechat_iconv (char *, char *, char *);
+extern char *weechat_strreplace (char *, char *, char *);
+extern void weechat_dump (int);
extern long get_timeval_diff (struct timeval *, struct timeval *);
extern void weechat_shutdown (int, int);