gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: be more backwards-compatible


From: gnunet
Subject: [taler-exchange] branch master updated: be more backwards-compatible
Date: Wed, 08 Dec 2021 21:14:39 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5433c2a4 be more backwards-compatible
5433c2a4 is described below

commit 5433c2a475a9325d0b9f0272faa197a6f8e6d24b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 8 21:14:36 2021 +0100

    be more backwards-compatible
---
 src/testing/testing_api_cmd_oauth.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/testing/testing_api_cmd_oauth.c 
b/src/testing/testing_api_cmd_oauth.c
index 9c2fef8e..eaf7f906 100644
--- a/src/testing/testing_api_cmd_oauth.c
+++ b/src/testing/testing_api_cmd_oauth.c
@@ -79,7 +79,7 @@ append (char **target,
 }
 
 
-static enum MHD_Result
+static MHD_RESULT
 handle_post (void *cls,
              enum MHD_ValueKind kind,
              const char *key,
@@ -160,7 +160,7 @@ handle_post (void *cls,
  *         #MHD_NO if the socket must be closed due to a serious
  *         error while handling the request
  */
-static enum MHD_Result
+static MHD_RESULT
 handler_cb (void *cls,
             struct MHD_Connection *connection,
             const char *url,
@@ -210,7 +210,7 @@ handler_cb (void *cls,
   }
   if (0 != *upload_data_size)
   {
-    enum MHD_Result ret;
+    MHD_RESULT ret;
 
     ret = MHD_post_process (rc->pp,
                             upload_data,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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