diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-24 16:52:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-24 16:52:39 +0100 |
commit | 5c58c43609609e6871c7105c7ca8fc3d794dca04 (patch) | |
tree | c0c2a63b78765bef45ee8181d1dcbf35d64c3073 /src/include | |
parent | 9aa323ca7bcf1567f6ecf98cf73b5691ade1b816 (diff) |
more work on wire plugins
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_wire_plugin.h | 2 |
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); |