aboutsummaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin_transactions_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire/test_wire_plugin_transactions_test.c')
-rw-r--r--src/wire/test_wire_plugin_transactions_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wire/test_wire_plugin_transactions_test.c b/src/wire/test_wire_plugin_transactions_test.c
index 26331b5b1..a020f13fc 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,