summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 1f8acce..5e91a51 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -55,7 +55,12 @@
#include "conf_class.h"
#include "motd.h"
+
struct config_server_hide ConfigServerHide;
+struct config_file_entry ConfigFileEntry;
+struct logging_entry ConfigLoggingEntry = { .use_logging = 1 };
+struct server_info ServerInfo;
+struct admin_info AdminInfo;
/* general conf items link list root, other than k lines etc. */
dlink_list service_items = { NULL, NULL, 0 };