diff options
Diffstat (limited to 'src/auditor/taler-auditor-httpd_responses.h')
-rw-r--r-- | src/auditor/taler-auditor-httpd_responses.h | 20 |
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 | */ |
54 | int | 54 | int |
55 | TAH_RESPONSE_body_compress (void **buf, | 55 | TAH_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 | */ |
108 | int | 108 | int |
109 | TAH_RESPONSE_reply_signature_invalid (struct MHD_Connection *connection, | 109 | TAH_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 | */ |
122 | int | 122 | int |
123 | TAH_RESPONSE_reply_arg_invalid (struct MHD_Connection *connection, | 123 | TAH_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 | */ |
138 | int | 138 | int |
139 | TAH_RESPONSE_reply_arg_unknown (struct MHD_Connection *connection, | 139 | TAH_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 | */ |
152 | int | 152 | int |
153 | TAH_RESPONSE_reply_arg_missing (struct MHD_Connection *connection, | 153 | TAH_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 | */ |
166 | int | 166 | int |
167 | TAH_RESPONSE_reply_permission_denied (struct MHD_Connection *connection, | 167 | TAH_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 | */ |
180 | int | 180 | int |
181 | TAH_RESPONSE_reply_internal_error (struct MHD_Connection *connection, | 181 | TAH_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 | */ |
194 | int | 194 | int |
195 | TAH_RESPONSE_reply_external_error (struct MHD_Connection *connection, | 195 | TAH_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 | */ |
208 | int | 208 | int |
209 | TAH_RESPONSE_reply_commit_error (struct MHD_Connection *connection, | 209 | TAH_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 | */ |
220 | int | 220 | int |
221 | TAH_RESPONSE_reply_internal_db_error (struct MHD_Connection *connection, | 221 | TAH_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 | /** |