]> granicus.if.org Git - apache/commitdiff
This should cure the build issues people are having and would
authorDavid Reid <dreid@apache.org>
Sat, 18 Feb 2006 22:44:30 +0000 (22:44 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 18 Feb 2006 22:44:30 +0000 (22:44 +0000)
seem to be closer to the correct solution.

Having this defined as a symbol without it being set seems
plain wrong.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378790 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_default.c

index 515f478780bab3ec4a95b4f7e38bbb9eccc9cceb..e9d0ae85ca6b12bb65c2b276729661f51d8ba763 100644 (file)
@@ -52,7 +52,7 @@ static const command_rec authz_default_cmds[] =
 
 module AP_MODULE_DECLARE_DATA authz_default_module;
 
-APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies;
+extern APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies;
 
 static int check_user_access(request_rec *r)
 {