orlikowski 01/06/08 23:54:33
Modified: include apr_time.h
Log:
Lack of sleep makes Victor the village idiot.
Revision Changes Path
1.39 +2 -2 apr/include/apr_time.h
Index: apr_time.h
===================================================================
RCS file: /home/cvs/apr/include/apr_time.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- apr_time.h 2001/06/09 06:43:44 1.38
+++ apr_time.h 2001/06/09 06:54:33 1.39
@@ -67,8 +67,8 @@
* @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 */