summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 15:22:34 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 15:22:34 +0100
commit610b7b62c09cb19410dc283f0629e4b24c343b57 (patch)
tree0a4eb15460fbc5904dd77cc08adeb4d66b8cfdd0 /src/mint/taler-mint-httpd_db.h
parentbda9e3ad94b4ede04ed3886dd8097b35a868eef5 (diff)
downloadexchange-610b7b62c09cb19410dc283f0629e4b24c343b57.tar.gz
exchange-610b7b62c09cb19410dc283f0629e4b24c343b57.tar.bz2
exchange-610b7b62c09cb19410dc283f0629e4b24c343b57.zip
towards making code compile again
Diffstat (limited to 'src/mint/taler-mint-httpd_db.h')
-rw-r--r--src/mint/taler-mint-httpd_db.h4
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,
* @param connection the MHD connection to handle
* @param refresh_session_pub public key of the refresh session
* @param num_new_denoms number of entries in @a denom_pubs
- * @param denum_pubs ???
+ * @param denum_pubs array of public denomination keys for the refresh (?)
* @param coin_count number of entries in @a coin_public_infos
* @param coin_public_infos information about the coins to melt
* @return MHD result code
@@ -93,7 +93,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,
+ const struct GNUNET_CRYPTO_rsa_PublicKey **denom_pubs,
unsigned int coin_count,
const struct TALER_CoinPublicInfo *coin_public_infos);