From: Ryan Bloom Date: Wed, 26 Jul 2000 15:33:39 +0000 (+0000) Subject: Back out some changes that weren't supposed to be in my last commit. X-Git-Tag: APACHE_2_0_ALPHA_5~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d880f8af191de9488e63e2fafa055a1b962e4996;p=apache Back out some changes that weren't supposed to be in my last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index f4336d58e0..5f964c2ad3 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -301,12 +301,6 @@ typedef struct module_struct { * It's mainly important for the DSO facility * (see also mod_so). */ - unsigned int module_type /* What type of module is this? Currently - * this can be: - * AP_MODULE_TYPE_MPM - * AP_MODULE_TYPE_STANDARD - * AP_MODULE_TYPE_PROTOCOL - */ void (*rewrite_args) (process_rec *process); void *(*create_dir_config) (ap_pool_t *p, char *dir); void *(*merge_dir_config) (ap_pool_t *p, void *base_conf, void *new_conf);