diff --git a/src/cache.c b/src/cache.c index 879e068c5..44355cd86 100644 --- a/src/cache.c +++ b/src/cache.c @@ -48,7 +48,7 @@ const char *cache_store_flt_id = "cache store filter"; -static struct applet http_cache_applet; +extern struct applet http_cache_applet; struct flt_ops cache_ops; @@ -1839,7 +1839,7 @@ static struct action_kw_list http_req_actions = { INITCALL1(STG_REGISTER, http_req_keywords_register, &http_req_actions); -static struct applet http_cache_applet = { +struct applet http_cache_applet = { .obj_type = OBJ_TYPE_APPLET, .name = "", /* used for logging */ .fct = http_cache_io_handler,