/[weechat]/weechat/src/common/weeconfig.h
ViewVC logotype

Diff of /weechat/src/common/weeconfig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by flashcode, Sun Oct 2 20:52:38 2005 UTC revision 1.45 by flashcode, Sat Oct 15 12:34:21 2005 UTC
# Line 33  Line 33 
33  #define CONFIG_SECTION_IRC     4  #define CONFIG_SECTION_IRC     4
34  #define CONFIG_SECTION_DCC     5  #define CONFIG_SECTION_DCC     5
35  #define CONFIG_SECTION_PROXY   6  #define CONFIG_SECTION_PROXY   6
36  #define CONFIG_SECTION_KEYS    7  #define CONFIG_SECTION_PLUGINS 7
37  #define CONFIG_SECTION_ALIAS   8  #define CONFIG_SECTION_KEYS    8
38  #define CONFIG_SECTION_IGNORE  9  #define CONFIG_SECTION_ALIAS   9
39  #define CONFIG_SECTION_SERVER  10  #define CONFIG_SECTION_IGNORE  10
40  #define CONFIG_NUMBER_SECTIONS 11  #define CONFIG_SECTION_SERVER  11
41    #define CONFIG_NUMBER_SECTIONS 12
42    
43  #define OPTION_TYPE_BOOLEAN         1   /* values: on/off                   */  #define OPTION_TYPE_BOOLEAN         1   /* values: on/off                   */
44  #define OPTION_TYPE_INT             2   /* values: from min to max          */  #define OPTION_TYPE_INT             2   /* values: from min to max          */
# Line 202  extern int cfg_proxy_port; Line 203  extern int cfg_proxy_port;
203  extern char *cfg_proxy_username;  extern char *cfg_proxy_username;
204  extern char *cfg_proxy_password;  extern char *cfg_proxy_password;
205    
206    extern char *cfg_plugins_path;
207    extern char *cfg_plugins_autoload;
208    extern char *cfg_plugins_extension;
209    
210  extern t_config_section config_sections [CONFIG_NUMBER_SECTIONS];  extern t_config_section config_sections [CONFIG_NUMBER_SECTIONS];
211  extern t_config_option * weechat_options [CONFIG_NUMBER_SECTIONS];  extern t_config_option * weechat_options [CONFIG_NUMBER_SECTIONS];
212    

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26