summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 9a53adf..f62a854 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -115,4 +115,6 @@ struct config_s {
extern int reload_config_file (const char *config_fname, struct config_s *conf,
struct config_s *defaults);
+int config_compile_regex (void);
+
#endif