summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 22:47:03 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 22:47:03 +0100
commitb162d2e45829469df5327ea25b2bab1ba1ebaab9 (patch)
treec815fd6a78faab0d4934048427d35e80a2c30cb7 /src/mint/taler-mint-httpd_responses.h
parentfb124841605dabe843f4d5713e58a516ddc84d48 (diff)
downloadexchange-b162d2e45829469df5327ea25b2bab1ba1ebaab9.tar.gz
exchange-b162d2e45829469df5327ea25b2bab1ba1ebaab9.tar.bz2
exchange-b162d2e45829469df5327ea25b2bab1ba1ebaab9.zip
rollback should just return void
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r--src/mint/taler-mint-httpd_responses.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h
index 421113eed..f8a671e18 100644
--- a/src/mint/taler-mint-httpd_responses.h
+++ b/src/mint/taler-mint-httpd_responses.h
@@ -113,6 +113,17 @@ TALER_MINT_reply_internal_error (struct MHD_Connection *connection,
/**
+ * Send a response indicating an error committing a
+ * transaction (concurrent interference).
+ *
+ * @param connection the MHD connection to use
+ * @return a MHD result code
+ */
+int
+TALER_MINT_reply_commit_error (struct MHD_Connection *connection);
+
+
+/**
* Send a response indicating a failure to talk to the Mint's
* database.
*