summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authororlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-09 04:19:54 +0000
committerorlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-06-09 04:19:54 +0000
commitf879b6ce9c0f4e3b947405220f9a95c88f859fe2 (patch)
tree2c87b68a6f80721bf02b3c869fe6141b4479b282 /include
parent3755dfd612bd20f9d3d82c8a9a4da3b9bbff769b (diff)
downloadlibapr-f879b6ce9c0f4e3b947405220f9a95c88f859fe2.tar.gz
Put some declarations in the right order, for detection's sake.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_time.h b/include/apr_time.h
index 328a1bf29..cf4fab0ad 100644
--- a/include/apr_time.h
+++ b/include/apr_time.h
@@ -67,8 +67,8 @@ extern "C" {
* @package APR Time library
*/
-extern APR_DECLARE_DATA const char apr_month_snames[12][4];
-extern APR_DECLARE_DATA const char apr_day_snames[7][4];
+APR_DECLARE_DATA extern const char apr_month_snames[12][4];
+APR_DECLARE_DATA extern char apr_day_snames[7][4];
/* number of microseconds since 00:00:00 january 1, 1970 UTC */