diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-06-19 14:22:11 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-06-19 14:22:11 +0000 |
commit | 71a76ada48d29d62b4b8c4f7b4d5f92495a9a49e (patch) | |
tree | 50a863e24a4ba35e39d744d8797359795a748696 /src/common/weeconfig.h | |
parent | a7ddb89076340084c5206a913d98224e0b49a97e (diff) | |
download | weechat-71a76ada48d29d62b4b8c4f7b4d5f92495a9a49e.zip |
Channel notify levels are saved in config file
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 186327a1e..016cc062e 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -193,6 +193,7 @@ extern void config_change_buffer_content (); extern void config_change_color (); extern void config_change_away_check (); extern void config_change_fifo_pipe (); +extern void config_change_notify_levels (); extern int config_option_set_value (t_config_option *, char *); extern t_config_option *config_option_search (char *); extern int config_set_value (char *, char *); |