From 042616899f89d38167632e3ff24b16469a27fbef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Dec 2017 19:24:00 +0100 Subject: largely fix #5077 --- src/wire/test_wire_plugin_transactions_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wire/test_wire_plugin_transactions_test.c') diff --git a/src/wire/test_wire_plugin_transactions_test.c b/src/wire/test_wire_plugin_transactions_test.c index 26331b5b..a020f13f 100644 --- a/src/wire/test_wire_plugin_transactions_test.c +++ b/src/wire/test_wire_plugin_transactions_test.c @@ -159,6 +159,7 @@ timeout_cb (void *cls) * the bank for the transaction history. * * @param cls closure + * @param ec taler status code * @param dir direction of the transfer * @param row_off identification of the position at which we are querying * @param row_off_size number of bytes in @a row_off @@ -167,6 +168,7 @@ timeout_cb (void *cls) */ static int history_result_cb (void *cls, + enum TALER_ErrorCode ec, enum TALER_BANK_Direction dir, const void *row_off, size_t row_off_size, -- cgit v1.2.3