diff options
Diffstat (limited to 'src/vars.c')
-rw-r--r-- | src/vars.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ char path_keys[] = ""; char path_cpid[] = ""; char path_dpid[] = ""; char path_dmon_log[] = ""; +char path_hooks[] = ""; /* Variable to store global configuration. */ struct conf conf; |