mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
"extern const char *default_config;" - some other parts of irssi might want
to use the default config also. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1819 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c988af4150
commit
42f5b80f2a
@ -35,6 +35,7 @@ typedef struct {
|
|||||||
#define iconfig_node_add_list(a, b) config_node_add_list(mainconfig, a, b)
|
#define iconfig_node_add_list(a, b) config_node_add_list(mainconfig, a, b)
|
||||||
|
|
||||||
extern CONFIG_REC *mainconfig;
|
extern CONFIG_REC *mainconfig;
|
||||||
|
extern const char *default_config;
|
||||||
|
|
||||||
/* Functions for handling the "settings" node of Irssi configuration */
|
/* Functions for handling the "settings" node of Irssi configuration */
|
||||||
const char *settings_get_str(const char *key);
|
const char *settings_get_str(const char *key);
|
||||||
|
Loading…
Reference in New Issue
Block a user