gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: Fix compiler warnin


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Fix compiler warnings.
Date: Fri, 19 Apr 2019 20:14:10 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 8f4e0ef  Fix compiler warnings.
8f4e0ef is described below

commit 8f4e0efebdc6d2f4faf10b6003d87329298e773d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 20:13:24 2019 +0200

    Fix compiler warnings.
---
 src/lib/test_merchant_api.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 946760f..17a556e 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1188,6 +1188,7 @@ next_command (struct InterpreterState *is)
  *                    0 if the exchange's reply is bogus (fails to follow the 
protocol)
  * @param ec taler-specific error code, #TALER_EC_NONE on success
  * @param serial_id unique ID of the wire transfer
+ * @param timestamp time stamp when the transfer was made effective at the bank
  * @param full_response full response from the exchange (for logging, in case 
of errors)
  */
 static void
@@ -1195,6 +1196,7 @@ add_incoming_cb (void *cls,
                  unsigned int http_status,
                 enum TALER_ErrorCode ec,
                  uint64_t serial_id,
+                 struct GNUNET_TIME_Absolute timestamp,
                  const json_t *full_response)
 {
   struct InterpreterState *is = cls;

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



reply via email to

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