]> granicus.if.org Git - apache/commitdiff
Document rfc1413 using ScanDoc
authorRyan Bloom <rbb@apache.org>
Sun, 6 Aug 2000 03:23:26 +0000 (03:23 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 6 Aug 2000 03:23:26 +0000 (03:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86004 13f79535-47bb-0310-9956-ffa450edef68

include/rfc1413.h

index d2ce78a6e715f1edbc403267eb3419b038a7d732..dd3ac01c712fc518d0441c390558b7cf5ec2c6c9 100644 (file)
 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