Euh... why isn't this in the MPM header? That feels a bit better...

Cheers,
-g

On Sat, Apr 14, 2001 at 06:20:57PM -0000, [EMAIL PROTECTED] wrote:
> rbb         01/04/14 11:20:57
> 
>   Modified:    include  http_config.h
>   Log:
>   We need a prototype for ap_show_mpm
>   
>   Revision  Changes    Path
>   1.75      +7 -0      httpd-2.0/include/http_config.h
>   
>   Index: http_config.h
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/include/http_config.h,v
>   retrieving revision 1.74
>   retrieving revision 1.75
>   diff -u -d -b -w -u -r1.74 -r1.75
>   --- http_config.h   2001/04/02 15:28:09     1.74
>   +++ http_config.h   2001/04/14 18:20:56     1.75
>   @@ -780,6 +780,13 @@
>     */
>    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
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/

Reply via email to