diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-18 15:56:00 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-18 15:56:00 +0000 |
commit | 1e382ab9bda63f419c18074f7669349f6251b942 (patch) | |
tree | 5b6f42e7ac87d4600d11640d9b7bd6c723921a82 /src/common/weeconfig.h | |
parent | 2855b71520f15eb1435137a17c885ea63f560305 (diff) | |
download | weechat-1e382ab9bda63f419c18074f7669349f6251b942.zip |
Log options (for server/channel/private) can now be set while WeeChat is running
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index 29199bd90..c540c499c 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -220,6 +220,7 @@ extern void config_change_nicks_colors (); extern void config_change_away_check (); extern void config_change_fifo_pipe (); extern void config_change_notify_levels (); +extern void config_change_log (); extern int config_option_set_value (t_config_option *, char *); extern t_config_option *config_option_search (char *); extern void config_option_search_option_value (char *, t_config_option **, void **); |