You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ia...@apache.org on 2001/08/24 20:08:52 UTC

cvs commit: apr-util/test testdate.c

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 <time.h>
   #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 */