summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-reserves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-reserves.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-reserves.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c
index 00e4a4ee..5ca8e768 100644
--- a/src/backend/taler-merchant-httpd_private-post-reserves.c
+++ b/src/backend/taler-merchant-httpd_private-post-reserves.c
@@ -86,7 +86,7 @@ struct PostReserveContext
/**
* Handle for contacting the exchange for /keys.
*/
- struct TMH_EXCHANGES_Find2Operation *fo;
+ struct TMH_EXCHANGES_KeysOperation *fo;
/**
* Handle for contacting the exchange for /wire.
@@ -223,7 +223,7 @@ resume_request (struct PostReserveContext *rc)
*/
static void
wire_cb (void *cls,
- struct TMH_Exchange *wire)
+ const struct TMH_ExchangeWireDetails *wire)
{
struct PostReserveContext *rc = cls;