summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-20 17:12:51 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-20 17:12:51 +0100
commitf70814fbb521e9d7c3a0db81fd483ecc926e9018 (patch)
tree47c993c0cbdc1708cca177cd01ff218f0fd0ee0e /src/mint/taler-mint-httpd_responses.h
parent93a98f8091329d44fe63c092da5f4eaf3bcb983d (diff)
downloadexchange-f70814fbb521e9d7c3a0db81fd483ecc926e9018.tar.gz
exchange-f70814fbb521e9d7c3a0db81fd483ecc926e9018.tar.bz2
exchange-f70814fbb521e9d7c3a0db81fd483ecc926e9018.zip
more work on splitting refresh logic
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r--src/mint/taler-mint-httpd_responses.h13
1 files changed, 12 insertions, 1 deletions
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);