summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-11 12:46:12 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-11 12:46:12 +0100
commitb6265ac8e031e24b383a3326eaf80e1ba7946fa1 (patch)
treea472645352b1815c9609b89755cb0970a5cfce17 /src/include/taler_merchant_service.h
parent7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e (diff)
downloadmerchant-b6265ac8e031e24b383a3326eaf80e1ba7946fa1.tar.gz
merchant-b6265ac8e031e24b383a3326eaf80e1ba7946fa1.tar.bz2
merchant-b6265ac8e031e24b383a3326eaf80e1ba7946fa1.zip
-fix FTBFS, but with logic holes
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index a16f8c2b..89f550b7 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3615,7 +3615,8 @@ typedef void
void *cls,
const struct TALER_MERCHANT_HttpResponse *hr,
unsigned int num_sigs,
- const struct TALER_DenominationSignature sigs[]);
+ const struct TALER_DenominationSignature sigs[],
+ const struct TALER_CoinSpendPrivateKeyP coin_privs[]);
/**
@@ -3626,7 +3627,7 @@ struct TALER_MERCHANT_PlanchetData
/**
* Planchet secrets.
*/
- struct TALER_PlanchetSecretsP ps;
+ struct TALER_PlanchetMasterSecretP ps;
/**
* Denomination key desired.