summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index ca2ee4b..5890d4a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -29,7 +29,7 @@
#define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */
/* Global Structures used in the program */
-extern struct config_s config;
+extern struct config_s *config;
extern unsigned int received_sighup; /* boolean */
extern int reload_config (void);