diff options
Diffstat (limited to 'src/wire-plugins/plugin_wire_template.c')
-rw-r--r-- | src/wire-plugins/plugin_wire_template.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wire-plugins/plugin_wire_template.c b/src/wire-plugins/plugin_wire_template.c index 6fadb88ce..0d0e652a1 100644 --- a/src/wire-plugins/plugin_wire_template.c +++ b/src/wire-plugins/plugin_wire_template.c | |||
@@ -109,7 +109,8 @@ template_prepare_wire_transfer (void *cls, | |||
109 | const char *destination_account_url, | 109 | const char *destination_account_url, |
110 | const struct TALER_Amount *amount, | 110 | const struct TALER_Amount *amount, |
111 | const char *exchange_base_url, | 111 | const char *exchange_base_url, |
112 | const struct TALER_WireTransferIdentifierRawP *wtid, | 112 | const struct |
113 | TALER_WireTransferIdentifierRawP *wtid, | ||
113 | TALER_WIRE_PrepareTransactionCallback ptc, | 114 | TALER_WIRE_PrepareTransactionCallback ptc, |
114 | void *ptc_cls) | 115 | void *ptc_cls) |
115 | { | 116 | { |
@@ -220,7 +221,7 @@ template_get_history (void *cls, | |||
220 | */ | 221 | */ |
221 | static void | 222 | static void |
222 | template_get_history_cancel (void *cls, | 223 | template_get_history_cancel (void *cls, |
223 | struct TALER_WIRE_HistoryHandle *whh) | 224 | struct TALER_WIRE_HistoryHandle *whh) |
224 | { | 225 | { |
225 | GNUNET_break (0); | 226 | GNUNET_break (0); |
226 | } | 227 | } |