aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
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,
113 113
114 114
115/** 115/**
116 * Send a response indicating an error committing a
117 * transaction (concurrent interference).
118 *
119 * @param connection the MHD connection to use
120 * @return a MHD result code
121 */
122int
123TALER_MINT_reply_commit_error (struct MHD_Connection *connection);
124
125
126/**
116 * Send a response indicating a failure to talk to the Mint's 127 * Send a response indicating a failure to talk to the Mint's
117 * database. 128 * database.
118 * 129 *