gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: debig


From: gnunet
Subject: [taler-exchange] branch master updated: debig
Date: Thu, 16 Jan 2020 21:26:56 +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 dd6bad73 debig
dd6bad73 is described below

commit dd6bad739a7b7539952af6bebb74bfe3ffa0f9d7
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 16 21:26:53 2020 +0100

    debig
---
 src/include/taler_bank_service.h | 2 +-
 src/include/taler_util.h         | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h
index 67961b82..aace9402 100644
--- a/src/include/taler_bank_service.h
+++ b/src/include/taler_bank_service.h
@@ -217,7 +217,7 @@ TALER_BANK_admin_add_incoming (struct GNUNET_CURL_Context 
*ctx,
                                const struct
                                TALER_ReservePublicKeyP *reserve_pub,
                                const struct TALER_Amount *amount,
-                               const char *credit_account,
+                               const char *debit_account,
                                TALER_BANK_AdminAddIncomingResultCallback 
res_cb,
                                void *res_cb_cls);
 
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 504f9b39..2cc0e494 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -149,7 +149,7 @@ TALER_project_data_default (void);
  * URL-encode a string according to rfc3986.
  *
  * @param s string to encode
- * @returns the urlencoded string, the caller must free it with GNUNET_free
+ * @returns the urlencoded string, the caller must free it with GNUNET_free()
  */
 char *
 TALER_urlencode (const char *s);
@@ -160,9 +160,9 @@ TALER_urlencode (const char *s);
  * directly or via proxy).
  *
  * @param connection MHD connection
- * @returns GNUNET_YES if the MHD connection is using https,
- *          GNUNET_NO if the MHD connection is using http,
- *          GNUNET_SYSERR if the connection type couldn't be determined
+ * @returns #GNUNET_YES if the MHD connection is using https,
+ *          #GNUNET_NO if the MHD connection is using http,
+ *          #GNUNET_SYSERR if the connection type couldn't be determined
  */
 int
 TALER_mhd_is_https (struct MHD_Connection *connection);

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



reply via email to

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