X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=3412ab29eb120a064e193689a352d0de90551511;hp=8458aa16b7e6fba66ca4717aeb9c4ec721ef0d3b;hb=ab082f57780b5acb5b1305d82309a1dea8c026a1;hpb=1859633d8b1992949693121f95e9b87d527f942c diff --git a/jcc.h b/jcc.h index 8458aa16..3412ab29 100644 --- a/jcc.h +++ b/jcc.h @@ -86,6 +86,10 @@ extern privoxy_mutex_t external_filter_mutex; extern privoxy_mutex_t client_tags_mutex; #endif +#ifdef FEATURE_EXTENDED_STATISTICS +extern privoxy_mutex_t filter_statistics_mutex; +#endif + #ifndef HAVE_GMTIME_R extern privoxy_mutex_t gmtime_mutex; #endif /* ndef HAVE_GMTIME_R */