gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12967 - in libmicrohttpd/src: daemon include


From: gnunet
Subject: [GNUnet-SVN] r12967 - in libmicrohttpd/src: daemon include
Date: Fri, 10 Sep 2010 14:45:03 +0200

Author: grothoff
Date: 2010-09-10 14:45:03 +0200 (Fri, 10 Sep 2010)
New Revision: 12967

Modified:
   libmicrohttpd/src/daemon/EXPORT.sym
   libmicrohttpd/src/include/microhttpd.h
Log:
update exported symbols

Modified: libmicrohttpd/src/daemon/EXPORT.sym
===================================================================
--- libmicrohttpd/src/daemon/EXPORT.sym 2010-09-10 12:42:19 UTC (rev 12966)
+++ libmicrohttpd/src/daemon/EXPORT.sym 2010-09-10 12:45:03 UTC (rev 12967)
@@ -23,3 +23,6 @@
 MHD_get_connection_info
 MHD_set_panic_func
 MHD_get_version
+MHD_digest_auth_get_username
+MHD_digest_auth_check
+MHD_queue_auth_fail_response

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2010-09-10 12:42:19 UTC (rev 
12966)
+++ libmicrohttpd/src/include/microhttpd.h      2010-09-10 12:45:03 UTC (rev 
12967)
@@ -1297,7 +1297,7 @@
  *                     to the username if found
  */
 char *
-MHD_digest_auth_get_username(struct MHD_Connection *connection);
+MHD_digest_auth_get_username (struct MHD_Connection *connection);
 
 
 /**
@@ -1313,11 +1313,11 @@
  *                     MHD_INVALID_NONCE if nonce is invalid
  */
 int
-MHD_digest_auth_check(struct MHD_Connection *connection,
-                     const char *realm,
-                     const char *username,
-                     const char *password,
-                     unsigned int nonce_timeout);
+MHD_digest_auth_check (struct MHD_Connection *connection,
+                      const char *realm,
+                      const char *username,
+                      const char *password,
+                      unsigned int nonce_timeout);
 
 
 /**
@@ -1334,11 +1334,11 @@
  * @return MHD_YES on success, MHD_NO otherwise
  */
 int
-MHD_queue_auth_fail_response(struct MHD_Connection *connection,
-                            const char *realm,
-                            const char *opaque,
-                            struct MHD_Response *response,
-                            int signal_stale);
+MHD_queue_auth_fail_response (struct MHD_Connection *connection,
+                             const char *realm,
+                             const char *opaque,
+                             struct MHD_Response *response,
+                             int signal_stale);
 
 
 /* ********************** generic query functions ********************** */




reply via email to

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