that they match their prototypes in http_config.h.
PR: 6980
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88445
13f79535-47bb-0310-9956-
ffa450edef68
* the directive arguments, in what module they are handled, and in
* what parts of the configuration they are allowed. Used for httpd -h.
*/
-AP_DECLARE(void) ap_show_directives()
+AP_DECLARE(void) ap_show_directives(void)
{
const command_rec *pc;
int n;
}
/* Show the preloaded module names. Used for httpd -l. */
-AP_DECLARE(void) ap_show_modules()
+AP_DECLARE(void) ap_show_modules(void)
{
int n;