Commit e9651002 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

We need a prototype for ap_show_mpm


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88857 13f79535-47bb-0310-9956-ffa450edef68
parent 6e30963b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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