diff options
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index aec1ca321..6206cee37 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -105,6 +105,8 @@ extern char *local_charset; extern gnutls_certificate_credentials gnutls_xcred; #endif +extern void ascii_tolower (char *); +extern void ascii_toupper (char *); extern int ascii_strcasecmp (char *, char *); extern int ascii_strncasecmp (char *, char *, int); extern void weechat_log_printf (char *, ...); |