mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ typedef struct {
|
|||
#define iconfig_node_add_list(a, b) config_node_add_list(mainconfig, a, b)
|
||||
|
||||
extern CONFIG_REC *mainconfig;
|
||||
extern const char *default_config;
|
||||
|
||||
/* Functions for handling the "settings" node of Irssi configuration */
|
||||
const char *settings_get_str(const char *key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue