diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:27:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:27:57 +0100 |
commit | a0a405939f9a79cc3eab5104b9b9871a8574d908 (patch) | |
tree | 2a77203de38dcec43ede2af74ffeb3153c2400cf /src/mint/taler-mint-httpd_responses.h | |
parent | fa7f190745327322ced27b506fd9e905c4e65b8c (diff) |
remove dead mint.h includes
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 6cf934094..3e8f3f3ff 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); /** |