summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-20 15:07:42 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-20 15:07:42 +0200
commit0f4160d4a4cd4d152c911e30411b9f5230bbfb4e (patch)
tree88d0775ce937b70ba40bec5da5ea2305babd7c12 /src/exchange/taler-exchange-httpd_responses.h
parent083075153441c3451301d9ed35bfbac2dd8b346e (diff)
downloadexchange-0f4160d4a4cd4d152c911e30411b9f5230bbfb4e.tar.gz
exchange-0f4160d4a4cd4d152c911e30411b9f5230bbfb4e.tar.bz2
exchange-0f4160d4a4cd4d152c911e30411b9f5230bbfb4e.zip
introducing error codes for the merchant backend
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h
index 23cae16d7..70d384fe4 100644
--- a/src/exchange/taler-exchange-httpd_responses.h
+++ b/src/exchange/taler-exchange-httpd_responses.h
@@ -217,7 +217,7 @@ TEH_RESPONSE_reply_request_too_large (struct MHD_Connection *connection);
* @return a MHD result code
*/
int
-TEH_RESPONSE_reply_invalid_json (struct MHD_Connection *connection);
+TEH_RESPONSE_reply_invalid_json (struct MHD_Connection *connectionx);
/**