From: David Reid Date: Sat, 18 Feb 2006 22:50:51 +0000 (+0000) Subject: Add a note about the ap_satisfies mess we currently have. X-Git-Tag: 2.3.0~2530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19aa9679dd123c3b47e5c28840e2c9426751b57;p=thirdparty%2Fapache%2Fhttpd.git Add a note about the ap_satisfies mess we currently have. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index abab2ee9a77..9d772d49ac4 100644 --- a/modules/aaa/mod_auth.h +++ b/modules/aaa/mod_auth.h @@ -54,7 +54,10 @@ extern "C" { APR_DECLARE_OPTIONAL_FN(int, ap_satisfies, (request_rec *r)); +/* If your module uses ap_satisfies then you MUST add the line + * below to your module for it to work correctly. extern APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies; + */ typedef enum { AUTH_DENIED,