the're needed for win32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93545
13f79535-47bb-0310-9956-
ffa450edef68
return NULL;
}
-ap_filter_rec_t *ap_get_output_filter_handle(const char *name)
+AP_DECLARE(ap_filter_rec_t *)ap_get_output_filter_handle(const char *name)
{
return get_filter_handle(name, registered_output_filters);
}
-ap_filter_rec_t *ap_get_input_filter_handle(const char *name)
+AP_DECLARE(ap_filter_rec_t *)ap_get_input_filter_handle(const char *name)
{
return get_filter_handle(name, registered_input_filters);
}