]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
We need a prototype for ap_show_mpm
authorRyan Bloom <rbb@apache.org>
Sat, 14 Apr 2001 18:20:56 +0000 (18:20 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 14 Apr 2001 18:20:56 +0000 (18:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88857 13f79535-47bb-0310-9956-ffa450edef68

include/http_config.h

index f429443c4bc5b752f0022dd911e142ab8dca2d16..997a680ce1fcef0eef00278ceed3b8440c2576e1 100644 (file)
@@ -780,6 +780,13 @@ AP_DECLARE(void) ap_show_directives(void);
  */
 AP_DECLARE(void) ap_show_modules(void);
 
+/** 
+ * Show the MPM name.  Used in reporting modules such as mod_info to
+ * provide extra information to the user
+ * @deffunc const char *ap_show_mpm(void)
+ */
+AP_DECLARE(const char *) ap_show_mpm(void);
+
 /**
  * Read all config files and setup the server
  * @param process The process running the server