rbb         01/01/06 12:29:04

  Modified:    include  ap_hooks.h
  Log:
  Use APU_DECLARE instead of AP_DECLARE.
  
  Revision  Changes    Path
  1.31      +1 -1      apr-util/include/ap_hooks.h
  
  Index: ap_hooks.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/ap_hooks.h,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ap_hooks.h        2001/01/02 17:41:44     1.30
  +++ ap_hooks.h        2001/01/06 20:29:04     1.31
  @@ -63,7 +63,7 @@
    * @package Apache hooks functions
    */
   
  -#define AP_DECLARE_EXTERNAL_HOOK(link,ret,name,args) \
  +#define APU_DECLARE_EXTERNAL_HOOK(link,ret,name,args) \
   typedef ret HOOK_##name args; \
   link##_DECLARE(void) ap_hook_##name(HOOK_##name *pf, const char* const* 
aszPre, \
                                       const char * const *aszSucc, int 
nOrder); \
  
  
  

Reply via email to