summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-24 16:52:39 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-24 16:52:39 +0100
commit5c58c43609609e6871c7105c7ca8fc3d794dca04 (patch)
treec0c2a63b78765bef45ee8181d1dcbf35d64c3073 /src/include
parent9aa323ca7bcf1567f6ecf98cf73b5691ade1b816 (diff)
downloadexchange-5c58c43609609e6871c7105c7ca8fc3d794dca04.tar.gz
exchange-5c58c43609609e6871c7105c7ca8fc3d794dca04.tar.bz2
exchange-5c58c43609609e6871c7105c7ca8fc3d794dca04.zip
more work on wire plugins
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_wire_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 00bcc42e9..62930450c 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -123,7 +123,7 @@ struct TALER_WIRE_Plugin
(*prepare_wire_transfer) (void *cls,
const json_t *wire,
const struct TALER_Amount *amount,
- const void *wtid,
+ const struct TALER_WireTransferIdentifierRawP *wtid,
TALER_WIRE_PrepareTransactionCallback ptc,
void *ptc_cls);