rse         98/04/06 03:40:16

  Modified:    src/main http_config.c
  Log:
  sync export type with the one from the include file.
  
  Revision  Changes    Path
  1.112     +1 -1      apache-1.3/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_config.c,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- http_config.c     1998/03/31 12:52:41     1.111
  +++ http_config.c     1998/04/06 10:40:15     1.112
  @@ -209,7 +209,7 @@
       return create_empty_config(p);
   }
   
  -API_EXPORT(void *) create_per_dir_config(pool *p)
  +CORE_EXPORT(void *) create_per_dir_config(pool *p)
   {
       return create_empty_config(p);
   }
  
  
  

Reply via email to