From: William A. Rowe Jr Date: Tue, 17 Oct 2000 13:26:55 +0000 (+0000) Subject: Make things a little clearer in reaction to the _snames snafus. X-Git-Tag: APACHE_2_0_ALPHA_8~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ff3bb990fd408c02e7451c3d2ee9e05d333215;p=thirdparty%2Fapache%2Fhttpd.git Make things a little clearer in reaction to the _snames snafus. Submitted by: Greg Stein Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_config.h b/include/ap_config.h index 8a093190bbc..e09635ac7e6 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -91,7 +91,9 @@ * Apache Core dso variables are declared with AP_MODULE_DECLARE_DATA. * This assures the appropriate indirection is invoked at compile time. * - * @deffunc type AP_DECLARE_DATA ap_variable; + * @deffunc AP_DECLARE_DATA type apr_variable; + * @tip extern AP_DECLARE_DATA type apr_variable; syntax is required for + * declarations within headers to properly import the variable. */ #define AP_DECLARE_DATA #elif defined(AP_DECLARE_STATIC)