summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authororlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-09 11:33:07 +0000
committerorlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-09 11:33:07 +0000
commit6a35328252e55ffab34d7269aab135ed8c5ed89f (patch)
tree8be637c103f3562f945d7dc6a32bfd00c6534c0b /include
parent3d20dceb88162d6fd22d571525ba6e0a255576b9 (diff)
downloadlibapr-6a35328252e55ffab34d7269aab135ed8c5ed89f.tar.gz
Updating docs to change around the order of extern and
AP[RU]_DECLARE_DATA. If this is incorrect, please yell. However, the vast majority of the code follows the convention documented in this patch. If this is in error, I will gladly back it out. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index 0ce684ad1..cad4c09d8 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -217,7 +217,7 @@ typedef @socklen_t_value@ apr_socklen_t;
* This assures the appropriate indirection is invoked at compile time.
*
* @deffunc APR_DECLARE_DATA type apr_variable;
- * @tip extern APR_DECLARE_DATA type apr_variable; syntax is required for
+ * @tip APR_DECLARE_DATA extern type apr_variable; syntax is required for
* declarations within headers to properly import the variable.
*/
#define APR_DECLARE_DATA