From: David Reid Date: Sat, 18 Feb 2006 22:44:30 +0000 (+0000) Subject: This should cure the build issues people are having and would X-Git-Tag: 2.3.0~2531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76d5b7ebbcb13fb701cb7581228c3d70a7862f28;p=apache This should cure the build issues people are having and would 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 --- diff --git a/modules/aaa/mod_authz_default.c b/modules/aaa/mod_authz_default.c index 515f478780..e9d0ae85ca 100644 --- a/modules/aaa/mod_authz_default.c +++ b/modules/aaa/mod_authz_default.c @@ -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) {