gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33940 - libmicrohttpd/src/include
Date: Tue, 8 Jul 2014 16:28:49 +0200

Author: grothoff
Date: 2014-07-08 16:28:49 +0200 (Tue, 08 Jul 2014)
New Revision: 33940

Modified:
   libmicrohttpd/src/include/microhttpd.h
Log:
-typo

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2014-07-08 07:33:10 UTC (rev 
33939)
+++ libmicrohttpd/src/include/microhttpd.h      2014-07-08 14:28:49 UTC (rev 
33940)
@@ -244,6 +244,8 @@
 #define MHD_HTTP_FORBIDDEN 403
 #define MHD_HTTP_NOT_FOUND 404
 #define MHD_HTTP_METHOD_NOT_ALLOWED 405
+#define MHD_HTTP_NOT_ACCEPTABLE 406
+/** @deprecated */
 #define MHD_HTTP_METHOD_NOT_ACCEPTABLE 406
 #define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED 407
 #define MHD_HTTP_REQUEST_TIMEOUT 408
@@ -1132,6 +1134,7 @@
 /**
  * Allow or deny a client to connect.
  *
+ * @param cls closure
  * @param addr address information from the client
  * @param addrlen length of @a addr
  * @return #MHD_YES if connection is allowed, #MHD_NO if not




reply via email to

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