summaryrefslogtreecommitdiff
path: root/src/wire-plugins/plugin_wire_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire-plugins/plugin_wire_template.c')
-rw-r--r--src/wire-plugins/plugin_wire_template.c5
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,
const char *destination_account_url,
const struct TALER_Amount *amount,
const char *exchange_base_url,
- const struct TALER_WireTransferIdentifierRawP *wtid,
+ const struct
+ TALER_WireTransferIdentifierRawP *wtid,
TALER_WIRE_PrepareTransactionCallback ptc,
void *ptc_cls)
{
@@ -220,7 +221,7 @@ template_get_history (void *cls,
*/
static void
template_get_history_cancel (void *cls,
- struct TALER_WIRE_HistoryHandle *whh)
+ struct TALER_WIRE_HistoryHandle *whh)
{
GNUNET_break (0);
}