From da75b30a258e35d6256aa8d61a0b729ae5c4c896 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 5 May 2017 11:11:03 +0200 Subject: starting to implement taler-exchange-wirewatch --- src/wire/plugin_wire_sepa.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/wire/plugin_wire_sepa.c') diff --git a/src/wire/plugin_wire_sepa.c b/src/wire/plugin_wire_sepa.c index 5baa3eab..6300d820 100644 --- a/src/wire/plugin_wire_sepa.c +++ b/src/wire/plugin_wire_sepa.c @@ -772,10 +772,12 @@ sepa_get_history (void *cls, /** * Cancel going over the account's history. * + * @param cls the @e cls of this struct with the plugin-specific state * @param whh operation to cancel */ static void -sepa_get_history_cancel (struct TALER_WIRE_HistoryHandle *whh) +sepa_get_history_cancel (void *cls, + struct TALER_WIRE_HistoryHandle *whh) { GNUNET_break (0); } -- cgit v1.2.3