I've got this in /macports/apache2/include/http_config.h
/**
* Add a module to the chained modules list and the list of loaded modules
* @param mod The module structure of the module to add
* @param p The pool with the same lifetime as the module
* @param s The module's symbol name (used for logging)
*/
AP_DECLARE(const char *) ap_add_loaded_module(module *mod,
apr_pool_t *p,const char *s);
in modperl_module.c I've got this:
ap_add_loaded_module(modp, p);
What is a good value for the third parameter that's missing ???
--
Bjarne D Mathiesen
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$-frit miljø
MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev