You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/08/06 05:23:27 UTC

cvs commit: apache-2.0/src/include rfc1413.h

rbb         00/08/05 20:23:27

  Modified:    src/include rfc1413.h
  Log:
  Document rfc1413 using ScanDoc
  
  Revision  Changes    Path
  1.4       +8 -0      apache-2.0/src/include/rfc1413.h
  
  Index: rfc1413.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/rfc1413.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rfc1413.h	2000/03/31 07:19:02	1.3
  +++ rfc1413.h	2000/08/06 03:23:26	1.4
  @@ -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