aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_responses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd_responses.h')
-rw-r--r--src/auditor/taler-auditor-httpd_responses.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/auditor/taler-auditor-httpd_responses.h b/src/auditor/taler-auditor-httpd_responses.h
index 95e6183ef..1cb5faa82 100644
--- a/src/auditor/taler-auditor-httpd_responses.h
+++ b/src/auditor/taler-auditor-httpd_responses.h
@@ -53,7 +53,7 @@ TAH_RESPONSE_add_global_headers (struct MHD_Response *response);
53 */ 53 */
54int 54int
55TAH_RESPONSE_body_compress (void **buf, 55TAH_RESPONSE_body_compress (void **buf,
56 size_t *buf_size); 56 size_t *buf_size);
57 57
58 58
59/** 59/**
@@ -107,7 +107,7 @@ TAH_RESPONSE_reply_json_pack (struct MHD_Connection *connection,
107 */ 107 */
108int 108int
109TAH_RESPONSE_reply_signature_invalid (struct MHD_Connection *connection, 109TAH_RESPONSE_reply_signature_invalid (struct MHD_Connection *connection,
110 enum TALER_ErrorCode ec, 110 enum TALER_ErrorCode ec,
111 const char *param_name); 111 const char *param_name);
112 112
113 113
@@ -121,7 +121,7 @@ TAH_RESPONSE_reply_signature_invalid (struct MHD_Connection *connection,
121 */ 121 */
122int 122int
123TAH_RESPONSE_reply_arg_invalid (struct MHD_Connection *connection, 123TAH_RESPONSE_reply_arg_invalid (struct MHD_Connection *connection,
124 enum TALER_ErrorCode ec, 124 enum TALER_ErrorCode ec,
125 const char *param_name); 125 const char *param_name);
126 126
127 127
@@ -137,7 +137,7 @@ TAH_RESPONSE_reply_arg_invalid (struct MHD_Connection *connection,
137 */ 137 */
138int 138int
139TAH_RESPONSE_reply_arg_unknown (struct MHD_Connection *connection, 139TAH_RESPONSE_reply_arg_unknown (struct MHD_Connection *connection,
140 enum TALER_ErrorCode ec, 140 enum TALER_ErrorCode ec,
141 const char *param_name); 141 const char *param_name);
142 142
143 143
@@ -151,7 +151,7 @@ TAH_RESPONSE_reply_arg_unknown (struct MHD_Connection *connection,
151 */ 151 */
152int 152int
153TAH_RESPONSE_reply_arg_missing (struct MHD_Connection *connection, 153TAH_RESPONSE_reply_arg_missing (struct MHD_Connection *connection,
154 enum TALER_ErrorCode ec, 154 enum TALER_ErrorCode ec,
155 const char *param_name); 155 const char *param_name);
156 156
157 157
@@ -165,7 +165,7 @@ TAH_RESPONSE_reply_arg_missing (struct MHD_Connection *connection,
165 */ 165 */
166int 166int
167TAH_RESPONSE_reply_permission_denied (struct MHD_Connection *connection, 167TAH_RESPONSE_reply_permission_denied (struct MHD_Connection *connection,
168 enum TALER_ErrorCode ec, 168 enum TALER_ErrorCode ec,
169 const char *hint); 169 const char *hint);
170 170
171 171
@@ -179,7 +179,7 @@ TAH_RESPONSE_reply_permission_denied (struct MHD_Connection *connection,
179 */ 179 */
180int 180int
181TAH_RESPONSE_reply_internal_error (struct MHD_Connection *connection, 181TAH_RESPONSE_reply_internal_error (struct MHD_Connection *connection,
182 enum TALER_ErrorCode ec, 182 enum TALER_ErrorCode ec,
183 const char *hint); 183 const char *hint);
184 184
185 185
@@ -193,7 +193,7 @@ TAH_RESPONSE_reply_internal_error (struct MHD_Connection *connection,
193 */ 193 */
194int 194int
195TAH_RESPONSE_reply_external_error (struct MHD_Connection *connection, 195TAH_RESPONSE_reply_external_error (struct MHD_Connection *connection,
196 enum TALER_ErrorCode ec, 196 enum TALER_ErrorCode ec,
197 const char *hint); 197 const char *hint);
198 198
199 199
@@ -207,7 +207,7 @@ TAH_RESPONSE_reply_external_error (struct MHD_Connection *connection,
207 */ 207 */
208int 208int
209TAH_RESPONSE_reply_commit_error (struct MHD_Connection *connection, 209TAH_RESPONSE_reply_commit_error (struct MHD_Connection *connection,
210 enum TALER_ErrorCode ec); 210 enum TALER_ErrorCode ec);
211 211
212/** 212/**
213 * Send a response indicating a failure to talk to the Auditor's 213 * Send a response indicating a failure to talk to the Auditor's
@@ -219,7 +219,7 @@ TAH_RESPONSE_reply_commit_error (struct MHD_Connection *connection,
219 */ 219 */
220int 220int
221TAH_RESPONSE_reply_internal_db_error (struct MHD_Connection *connection, 221TAH_RESPONSE_reply_internal_db_error (struct MHD_Connection *connection,
222 enum TALER_ErrorCode ec); 222 enum TALER_ErrorCode ec);
223 223
224 224
225/** 225/**