summaryrefslogtreecommitdiff
path: root/include/apr_time.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-10-16 06:18:19 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-10-16 06:18:19 +0000
commit74a1b2488927f263c1534ce82f67999d47c9192c (patch)
tree949522ce5e1b6007cf116ee684fdd75c14ffdc3c /include/apr_time.h
parent81912b37409be0387e10346b84749ffdabcd4046 (diff)
downloadapr-74a1b2488927f263c1534ce82f67999d47c9192c.tar.gz
Pesky straggler
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60588 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 5983c54ef..0c182b3c0 100644
--- a/include/apr_time.h
+++ b/include/apr_time.h
@@ -66,8 +66,8 @@ extern "C" {
* @package APR Time library
*/
-APR_VAR_IMPORT const char apr_month_snames[12][4];
-APR_VAR_IMPORT const char apr_day_snames[7][4];
+APR_DECLARE_DATA const char apr_month_snames[12][4];
+APR_DECLARE_DATA const char apr_day_snames[7][4];
/* number of microseconds since 00:00:00 january 1, 1970 UTC */
typedef apr_int64_t apr_time_t;