summaryrefslogtreecommitdiff
path: root/include/apr_time.h
diff options
context:
space:
mode:
authorVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 06:54:33 +0000
committerVictor J. Orlikowski <orlikowski@apache.org>2001-06-09 06:54:33 +0000
commitca269d775abda5d3c0cfd62c09e688f0987bf39e (patch)
tree54547056e777d0020d73bb6b29408e6257106202 /include/apr_time.h
parentf9ddb58a39479621d1fd898f0bb76e977461772b (diff)
downloadapr-ca269d775abda5d3c0cfd62c09e688f0987bf39e.tar.gz
Lack of sleep makes Victor the village idiot.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_time.h')
-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 b5606c6e2..9e70fe050 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 char apr_day_snames[7][4];
+APR_DECLARE_DATA extern const char apr_month_snames[12][4];
+APR_DECLARE_DATA extern const char apr_day_snames[7][4];
/* number of microseconds since 00:00:00 january 1, 1970 UTC */