Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 84635 invoked by uid 500); 24 Aug 2001 18:14:55 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 84623 invoked by uid 500); 24 Aug 2001 18:14:55 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 24 Aug 2001 18:08:52 -0000 Message-ID: <20010824180852.69752.qmail@icarus.apache.org> From: ianh@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/test testdate.c X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ianh 01/08/24 11:08:52 Modified: test testdate.c Log: fix compiler warnings by declaring functions. Revision Changes Path 1.4 +4 -0 apr-util/test/testdate.c Index: testdate.c =================================================================== RCS file: /home/cvs/apr-util/test/testdate.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- testdate.c 2001/06/05 23:38:19 1.3 +++ testdate.c 2001/08/24 18:08:52 1.4 @@ -16,6 +16,10 @@ #include #include "apr_date.h" +void gm_timestr_822(char *ts, apr_time_t sec); +void gm_timestr_850(char *ts, apr_time_t sec); +void gm_timestr_ccc(char *ts, apr_time_t sec); + static const apr_time_t year2secs[] = { 0LL, /* 1970 */ 31536000LL, /* 1971 */