Return-Path: Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-docs@apache.org Received: (qmail 6795 invoked by uid 500); 17 Oct 2000 03:54:45 -0000 Delivered-To: apmail-httpd-docs-2.0-cvs@apache.org Received: (qmail 6792 invoked by uid 1134); 17 Oct 2000 03:54:45 -0000 Date: 17 Oct 2000 03:54:45 -0000 Message-ID: <20001017035445.6791.qmail@locus.apache.org> From: wrowe@locus.apache.org To: httpd-docs-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/lib/apr/include apr_time.h wrowe 00/10/16 20:54:44 Modified: src/lib/apr/include apr_time.h Log: Ugh... had different meaning between apr and ap. Not good, all fixed. Submitted by: Karl Fogel Reviewed by: Greg Stein Revision Changes Path 1.28 +2 -2 apache-2.0/src/lib/apr/include/apr_time.h Index: apr_time.h =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_time.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- apr_time.h 2000/10/16 06:18:19 1.27 +++ apr_time.h 2000/10/17 03:54:43 1.28 @@ -66,8 +66,8 @@ * @package APR Time library */ -APR_DECLARE_DATA const char apr_month_snames[12][4]; -APR_DECLARE_DATA const char apr_day_snames[7][4]; +extern APR_DECLARE_DATA const char apr_month_snames[12][4]; +extern 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;