diff options
author | Ryan Bloom <rbb@apache.org> | 2000-08-14 04:47:29 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-08-14 04:47:29 +0200 |
commit | f841e978a187ae8f8001690e1aef51fac63ab467 (patch) | |
tree | 37712be0e6a726735b89e88a5bb5a7762effdde6 /include | |
parent | Document http_request.h using ScanDoc. (diff) | |
download | apache2-f841e978a187ae8f8001690e1aef51fac63ab467.tar.xz apache2-f841e978a187ae8f8001690e1aef51fac63ab467.zip |
Fix a small typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index 5725103445..b9347daeee 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1531,6 +1531,7 @@ extern int os_init_job_environment(server_rec *s, const char *user_name, int one * @param p The pool to allocate out of * @return A copy of the local host name * @deffunc char *ap_get_local_host(apr_pool_t *p) + */ char *ap_get_local_host(apr_pool_t *p); /** |