]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a note about the ap_satisfies mess we currently have.
authorDavid Reid <dreid@apache.org>
Sat, 18 Feb 2006 22:50:51 +0000 (22:50 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 18 Feb 2006 22:50:51 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378792 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth.h

index abab2ee9a774ac35686091e2e827b360b896ac9d..9d772d49ac4e93b4385a92d666d85c71d6557bfd 100644 (file)
@@ -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,