diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r-- | src/mint/taler-mint-httpd_db.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h index dd82cbcb1..31f64d9f7 100644 --- a/src/mint/taler-mint-httpd_db.h +++ b/src/mint/taler-mint-httpd_db.h | |||
@@ -84,7 +84,7 @@ TALER_MINT_db_execute_withdraw_sign (struct MHD_Connection *connection, | |||
84 | * @param connection the MHD connection to handle | 84 | * @param connection the MHD connection to handle |
85 | * @param refresh_session_pub public key of the refresh session | 85 | * @param refresh_session_pub public key of the refresh session |
86 | * @param num_new_denoms number of entries in @a denom_pubs | 86 | * @param num_new_denoms number of entries in @a denom_pubs |
87 | * @param denum_pubs ??? | 87 | * @param denum_pubs array of public denomination keys for the refresh (?) |
88 | * @param coin_count number of entries in @a coin_public_infos | 88 | * @param coin_count number of entries in @a coin_public_infos |
89 | * @param coin_public_infos information about the coins to melt | 89 | * @param coin_public_infos information about the coins to melt |
90 | * @return MHD result code | 90 | * @return MHD result code |
@@ -93,7 +93,7 @@ int | |||
93 | TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection, | 93 | TALER_MINT_db_execute_refresh_melt (struct MHD_Connection *connection, |
94 | const struct GNUNET_CRYPTO_EddsaPublicKey *refresh_session_pub, | 94 | const struct GNUNET_CRYPTO_EddsaPublicKey *refresh_session_pub, |
95 | unsigned int num_new_denoms, | 95 | unsigned int num_new_denoms, |
96 | const struct GNUNET_CRYPTO_rsa_PublicKey *denom_pubs, | 96 | const struct GNUNET_CRYPTO_rsa_PublicKey **denom_pubs, |
97 | unsigned int coin_count, | 97 | unsigned int coin_count, |
98 | const struct TALER_CoinPublicInfo *coin_public_infos); | 98 | const struct TALER_CoinPublicInfo *coin_public_infos); |
99 | 99 | ||