blob: 2e55a9412a3cdab5b7e96b2f9c4ff53facb7e689 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2008/06/13 13:45:46 drochner Exp $
--- filters.c.orig 2008-01-04 18:43:45.000000000 +0100
+++ filters.c
@@ -2674,7 +2674,7 @@ struct http_response *direct_response(st
* Returns : TRUE for yes, FALSE otherwise
*
*********************************************************************/
-inline int content_filters_enabled(const struct client_state *csp)
+int content_filters_enabled(const struct client_state *csp)
{
return (((csp->rlist != NULL) &&
(!list_is_empty(csp->action->multi[ACTION_MULTI_FILTER]))) ||
|