From: Ryan Bloom Date: Mon, 14 Aug 2000 02:47:29 +0000 (+0000) Subject: Fix a small typo X-Git-Tag: APACHE_2_0_ALPHA_6~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f841e978a187ae8f8001690e1aef51fac63ab467;p=thirdparty%2Fapache%2Fhttpd.git Fix a small typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 57251034456..b9347daeee8 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); /**