trawick     2002/08/26 07:18:16

  Modified:    test     teststr.c
  Log:
  get rid of a warning by not exporting a function that
  is not previously prototyped
  
  Revision  Changes    Path
  1.6       +1 -1      apr/test/teststr.c
  
  Index: teststr.c
  ===================================================================
  RCS file: /home/cvs/apr/test/teststr.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- teststr.c 25 Aug 2002 04:22:36 -0000      1.5
  +++ teststr.c 26 Aug 2002 14:18:16 -0000      1.6
  @@ -120,7 +120,7 @@
       }
   }
   
  -void test_snprintf(apr_pool_t *p)
  +static void test_snprintf(apr_pool_t *p)
   {
       char buff[100];
       char *testing = apr_palloc(p, 10);
  
  
  

Reply via email to