diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-20 09:45:02 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-20 09:45:02 +0000 |
commit | 0eea93bba36bd8d447a2092d9e40c0156ffa9a3c (patch) | |
tree | cee32c9b71860dc5ec1bb213cf02babcd09d1e99 /src/common/weechat.h | |
parent | 1bc71392c4f3eaeb415121e71ca8c91f13ff5708 (diff) | |
download | weechat-0eea93bba36bd8d447a2092d9e40c0156ffa9a3c.zip |
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 6206cee37..5c08702e4 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -98,7 +98,6 @@ extern char *weechat_argv0; extern time_t weechat_start_time; extern int quit_weechat; extern char *weechat_home; -extern FILE *weechat_log_file; extern char *local_charset; #ifdef HAVE_GNUTLS @@ -109,7 +108,6 @@ 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 *, ...); extern char *weechat_iconv (char *, char *, char *); extern char *weechat_strreplace (char *, char *, char *); extern void weechat_dump (int); |