gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14272 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r14272 - libmicrohttpd/src/include
Date: Thu, 27 Jan 2011 09:56:27 +0100

Author: grothoff
Date: 2011-01-27 09:56:27 +0100 (Thu, 27 Jan 2011)
New Revision: 14272

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
docu

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-01-26 13:15:22 UTC (rev 
14271)
+++ libmicrohttpd/src/include/microhttpd.h      2011-01-27 08:56:27 UTC (rev 
14272)
@@ -717,7 +717,9 @@
 
   /**
    * Obtain IP address of the client.
-   * Takes no extra arguments.
+   * Takes no extra arguments.  Returns a
+   * 'struct sockaddr_in **' by accident; obsolete,
+   * use MHD_CONNECTION_INFO_CLIENT_SOCK_ADDR.
    */
   MHD_CONNECTION_INFO_CLIENT_ADDRESS,
 
@@ -730,6 +732,7 @@
    * Get the GNUTLS client certificate handle.
    */
   MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT
+
 };
 
 /**
@@ -1545,7 +1548,7 @@
   /**
    * Address information for the client.
    */
-  struct sockaddr_in * client_addr;
+  struct sockaddr_in *client_addr;
 };
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]