From d19aa9679dd123c3b47e5c28840e2c9426751b57 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 18 Feb 2006 22:50:51 +0000 Subject: [PATCH] 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 --- modules/aaa/mod_auth.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index abab2ee9a7..9d772d49ac 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, -- 2.40.0