aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 36d67d56e..48c7bc129 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,6 +7,8 @@ struct config_file;
typedef struct module_s {
const char *name;
int (*module_init_func)(struct config_file *cfg, struct module_ctx **ctx);
+ int (*module_config_func)(struct config_file *cfg);
+ int (*module_reconfig_func)(struct config_file *cfg);
} module_t;
extern module_t modules[];