You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/05/18 02:45:17 UTC

cvs commit: apache-2.0/src/include ap_hooks.h http_config.h

fielding    00/05/17 17:45:12

  Modified:    src/include ap_hooks.h http_config.h
  Log:
  Move prototype of ap_hook_deregister_all to where it belongs.
  
  Revision  Changes    Path
  1.15      +1 -0      apache-2.0/src/include/ap_hooks.h
  
  Index: ap_hooks.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_hooks.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ap_hooks.h	2000/04/29 16:00:28	1.14
  +++ ap_hooks.h	2000/05/18 00:45:05	1.15
  @@ -180,5 +180,6 @@
   void ap_sort_hooks(void);
   void ap_show_hook(const char *szName,const char * const *aszPre,
   		  const char * const *aszSucc);
  +void ap_hook_deregister_all(void);
   
   #endif /* ndef(AP_HOOKS_H) */
  
  
  
  1.21      +0 -1      apache-2.0/src/include/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/http_config.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- http_config.h	2000/05/17 00:35:17	1.20
  +++ http_config.h	2000/05/18 00:45:05	1.21
  @@ -385,7 +385,6 @@
   void ap_run_pre_config(ap_pool_t *p, ap_pool_t *plog, ap_pool_t *ptemp);
   
   void ap_register_hooks(module *m);
  -void ap_hook_deregister_all(void);
   
   /* For http_request.c... */