From a0a405939f9a79cc3eab5104b9b9871a8574d908 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Jan 2015 20:27:57 +0100 Subject: remove dead mint.h includes --- src/mint/taler-mint-httpd_responses.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mint/taler-mint-httpd_responses.h') diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 6cf93409..3e8f3f3f 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h @@ -256,12 +256,14 @@ TALER_MINT_reply_refresh_commit_success (struct MHD_Connection *connection, * @param connection the connection to send the response to * @param signature the client's signature over the melt request * @param session_pub the refresh session public key. + * @param kappa security parameter to use for cut and choose * @return a MHD result code */ int TALER_MINT_reply_refresh_melt_success (struct MHD_Connection *connection, const struct GNUNET_CRYPTO_EddsaSignature *signature, - const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub); + const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, + unsigned int kappa); /** -- cgit v1.2.3