gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix warnings


From: gnunet
Subject: [taler-exchange] branch master updated: fix warnings
Date: Sat, 23 Nov 2019 17:48:48 +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 c693ec4a fix warnings
c693ec4a is described below

commit c693ec4a3ea797618bee867244f8affe034028b9
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 23 17:48:45 2019 +0100

    fix warnings
---
 src/include/taler_mhd_lib.h | 2 +-
 src/mhd/mhd_responses.c     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h
index 979f8385..17783f1c 100644
--- a/src/include/taler_mhd_lib.h
+++ b/src/include/taler_mhd_lib.h
@@ -183,7 +183,7 @@ TALER_MHD_reply_static (struct MHD_Connection *connection,
                         unsigned int http_status,
                         const char *mime_type,
                         const char *body,
-                        size_t *body_size);
+                        size_t body_size);
 
 
 /**
diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c
index 223381f3..e1609d99 100644
--- a/src/mhd/mhd_responses.c
+++ b/src/mhd/mhd_responses.c
@@ -380,7 +380,7 @@ TALER_MHD_reply_static (struct MHD_Connection *connection,
                         unsigned int http_status,
                         const char *mime_type,
                         const char *body,
-                        size_t *body_size)
+                        size_t body_size)
 {
   struct MHD_Response *response;
   int ret;
@@ -393,7 +393,7 @@ TALER_MHD_reply_static (struct MHD_Connection *connection,
     GNUNET_break (0);
     return MHD_NO;
   }
-  TEH_RESPONSE_add_global_headers (response);
+  TALER_MHD_add_global_headers (response);
   if (NULL != mime_type)
     GNUNET_break (MHD_YES ==
                   MHD_add_response_header (response,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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