trawick     02/02/12 06:12:58

  Modified:    test     testsleep.c
  Log:
  clean up a warning - functions should be static or have prototypes
  
  Revision  Changes    Path
  1.6       +1 -1      apr/test/testsleep.c
  
  Index: testsleep.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testsleep.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- testsleep.c       17 Jan 2002 03:17:30 -0000      1.5
  +++ testsleep.c       12 Feb 2002 14:12:58 -0000      1.6
  @@ -86,7 +86,7 @@
   }
   
   #if APR_HAS_THREADS
  -void * APR_THREAD_FUNC time_a_thread(apr_thread_t *thd, void *data)
  +static void * APR_THREAD_FUNC time_a_thread(apr_thread_t *thd, void *data)
   {
       do_sleep(15);
   
  
  
  

Reply via email to