diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ #include "motd.h" +struct config_channel_entry ConfigChannel; struct config_server_hide ConfigServerHide; struct config_file_entry ConfigFileEntry; struct logging_entry ConfigLoggingEntry = { .use_logging = 1 }; |