From b58d2b7e4d76f3c6a60dbb3d49ad782d53b239e7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 3 Sep 2008 19:13:24 +0400 Subject: * Add initial implementation of surbl check module --- config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7b17b3427..36d67d56e 100644 --- a/config.h.in +++ b/config.h.in @@ -2,10 +2,11 @@ /* Forwarded declaration */ struct module_ctx; +struct config_file; typedef struct module_s { const char *name; - int (*module_init_func)(struct module_ctx *ctx); + int (*module_init_func)(struct config_file *cfg, struct module_ctx **ctx); } module_t; extern module_t modules[]; -- cgit v1.2.3