summaryrefslogtreecommitdiff
path: root/src/wire-plugins/plugin_wire_ebics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire-plugins/plugin_wire_ebics.c')
-rw-r--r--src/wire-plugins/plugin_wire_ebics.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wire-plugins/plugin_wire_ebics.c b/src/wire-plugins/plugin_wire_ebics.c
index c2e0dc922..5482762a3 100644
--- a/src/wire-plugins/plugin_wire_ebics.c
+++ b/src/wire-plugins/plugin_wire_ebics.c
@@ -127,7 +127,8 @@ ebics_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 psc,
void *psc_cls)
{
@@ -145,7 +146,7 @@ ebics_prepare_wire_transfer (void *cls,
*/
static void
ebics_prepare_wire_transfer_cancel (void *cls,
- struct TALER_WIRE_PrepareHandle *pth)
+ struct TALER_WIRE_PrepareHandle *pth)
{
GNUNET_break (0); // FIXME: not implemented
}