summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
committerDaniel Earl Poirier <poirier@apache.org>2009-10-28 13:25:49 +0000
commit04fd4abf90ba53dfdb366c57f68f5adaef932750 (patch)
tree8192a4a34556f461bd06c0f633bfaf542e406c50 /include/http_main.h
parentbdb4326fa5d8f1120c5d72e8d47fe92bc079aff9 (diff)
downloadhttpd-04fd4abf90ba53dfdb366c57f68f5adaef932750.tar.gz
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might need a doxygen expert. PR: 48061 Submitted by: Brad Hards Reviewed by: poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_main.h b/include/http_main.h
index dc0a0de61b..d32fae93d6 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -65,7 +65,7 @@ AP_DECLARE_DATA extern apr_array_header_t *ap_server_config_defines;
* @param status The exit status after sending signal
* @param pool Memory pool to allocate from
*/
-APR_DECLARE_OPTIONAL_FN(int, ap_signal_server, (int *, apr_pool_t *));
+APR_DECLARE_OPTIONAL_FN(int, ap_signal_server, (int *status, apr_pool_t *pool));
#ifdef __cplusplus
}