diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-27 18:57:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-27 18:57:29 +0100 |
commit | c7b7da5a19b78c82db9dc66c5dba5984f0ace937 (patch) | |
tree | 1a0a4d0d8d691d6a24cb0cb20dedeeda54d1afe7 /src/mint/taler-mint-httpd_db.c | |
parent | b05a5acc3cb737f9a06fcd6939f853c132de3714 (diff) |
code now fully compiles again
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r-- | src/mint/taler-mint-httpd_db.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c index ee2634ace..9ddce104d 100644 --- a/src/mint/taler-mint-httpd_db.c +++ b/src/mint/taler-mint-httpd_db.c @@ -372,7 +372,7 @@ refresh_accept_denoms (struct MHD_Connection *connection, const struct MintKeyState *key_state, const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, unsigned int denom_pubs_count, - const struct GNUNET_CRYPTO_rsa_PublicKey **denom_pubs, + struct GNUNET_CRYPTO_rsa_PublicKey *const*denom_pubs, struct TALER_Amount *r_amount) { unsigned int i; @@ -551,7 +551,7 @@ int TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection, const struct GNUNET_CRYPTO_EddsaPublicKey *refresh_session_pub, unsigned int num_new_denoms, - const struct GNUNET_CRYPTO_rsa_PublicKey **denom_pubs, + struct GNUNET_CRYPTO_rsa_PublicKey *const*denom_pubs, unsigned int coin_count, const struct TALER_CoinPublicInfo *coin_public_infos) { |