diff options
Diffstat (limited to 'src/http_proxy.c')
-rw-r--r-- | src/http_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_proxy.c b/src/http_proxy.c index cdd712931..12b237346 100644 --- a/src/http_proxy.c +++ b/src/http_proxy.c @@ -38,7 +38,7 @@ /* Rotate keys each minute by default */ #define DEFAULT_ROTATION_TIME 60.0 - +extern struct rspamd_main *rspamd_main; gpointer init_http_proxy (struct rspamd_config *cfg); void start_http_proxy (struct rspamd_worker *worker); |