From: Ryan Bloom Date: Sun, 6 Aug 2000 03:23:26 +0000 (+0000) Subject: Document rfc1413 using ScanDoc X-Git-Tag: APACHE_2_0_ALPHA_6~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b682106f6fe27b3a07cd794f5d52d613303048a;p=apache Document rfc1413 using ScanDoc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86004 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/rfc1413.h b/include/rfc1413.h index d2ce78a6e7..dd3ac01c71 100644 --- a/include/rfc1413.h +++ b/include/rfc1413.h @@ -63,6 +63,14 @@ extern "C" { #endif +/** + * Retrieve the remote user name, given socket structures. This implements the + * rfc1413, identd. + * @param conn The current connection + * @param srv The current server + * @return The remote user name + * @deffunc char *ap_rfc1413(conn_rec *conn, server_rec *srv) + */ extern char *ap_rfc1413(conn_rec *conn, server_rec *srv); #ifdef __cplusplus