From f70814fbb521e9d7c3a0db81fd483ecc926e9018 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Jan 2015 17:12:51 +0100 Subject: more work on splitting refresh logic --- src/mint/taler-mint-httpd_responses.h | 13 ++++++++++++- 1 file changed, 12 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 ca6b68d50..ab771cb31 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h @@ -173,7 +173,18 @@ TALER_MINT_reply_refresh_commit_success (struct MHD_Connection *connection, struct RefreshSession *refresh_session); - +/** + * Send a response for "/refresh/melt". + * + * @param connection the connection to send the response to + * @param db_conn the database connection to fetch values from + * @param session_pub the refresh session public key. + * @return a MHD result code + */ +int +TALER_MINT_reply_refresh_melt_success (struct MHD_Connection *connection, + const struct RefreshSession *session, + const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub); -- cgit v1.2.3