diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
commit | 364d774ded1816523fb7ddcf5ca0ee6442612b2e (patch) | |
tree | b5ac4664d92806a20199a00c2ab7a0013a09425f /src/common/weechat.h | |
parent | 6972b057d9fb640eead8231f695baf29d906674c (diff) | |
download | weechat-364d774ded1816523fb7ddcf5ca0ee6442612b2e.zip |
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 3 |
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); |