ake         01/01/08 07:42:08

  Modified:    include  ap_generic_hook.h
  Log:
  Windows build breakage: fix ap_generic_hook_get declaration
  
  Revision  Changes    Path
  1.2       +1 -1      apr-util/include/ap_generic_hook.h
  
  Index: ap_generic_hook.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/ap_generic_hook.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ap_generic_hook.h 2001/01/06 20:10:55     1.1
  +++ ap_generic_hook.h 2001/01/08 15:42:04     1.2
  @@ -83,7 +83,7 @@
               const char * const *,int))&ap_hook_generic)(#name,pfn,aszPre, \
                                                           aszSucc, nOrder)
   
  -apr_array_header_t *ap_generic_hook_get(const char *szName);
  +APU_DECLARE(apr_array_header_t *) ap_generic_hook_get(const char *szName);
   
   /**
    * Implement a generic hook that runs until one of the functions
  
  
  

Reply via email to