diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-03 18:39:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-03 18:39:06 +0200 |
commit | d3772a834fa3df6802c170779c09d24cbb6fc1a6 (patch) | |
tree | 5dd340d54d36b0e0cda908a347b42a1cc5881f71 /src/lib/exchange_api_purse_deposit.c | |
parent | 290268e9af65467ba8ffc82a196e2666c7796475 (diff) |
more API clean up
Diffstat (limited to 'src/lib/exchange_api_purse_deposit.c')
-rw-r--r-- | src/lib/exchange_api_purse_deposit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_purse_deposit.c b/src/lib/exchange_api_purse_deposit.c index e1d38d16..7bb3b951 100644 --- a/src/lib/exchange_api_purse_deposit.c +++ b/src/lib/exchange_api_purse_deposit.c @@ -453,7 +453,7 @@ TALER_EXCHANGE_purse_deposit ( const struct TALER_PurseContractPublicKeyP *purse_pub, uint8_t min_age, unsigned int num_deposits, - const struct TALER_EXCHANGE_PurseDeposit *deposits, + const struct TALER_EXCHANGE_PurseDeposit deposits[static num_deposits], TALER_EXCHANGE_PurseDepositCallback cb, void *cb_cls) { |