diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ /* Global Structures used in the program */ extern struct config_s config; extern unsigned int received_sighup; /* boolean */ -extern unsigned int processed_config_file; /* boolean */ extern int reload_config (void); |