summaryrefslogtreecommitdiff
path: root/src/mhd/mhd_responses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mhd/mhd_responses.c')
-rw-r--r--src/mhd/mhd_responses.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c
index b666720e6..befd56317 100644
--- a/src/mhd/mhd_responses.c
+++ b/src/mhd/mhd_responses.c
@@ -340,7 +340,7 @@ struct MHD_Response *
TALER_MHD_make_error (enum TALER_ErrorCode ec,
const char *detail)
{
- return TALER_MHD_make_JSON_PACK (
+ return TALER_MHD_MAKE_JSON_PACK (
GNUNET_JSON_pack_uint64 ("code", ec),
GNUNET_JSON_pack_string ("hint", TALER_ErrorCode_get_hint (ec)),
GNUNET_JSON_pack_allow_null (
@@ -354,7 +354,7 @@ TALER_MHD_reply_with_error (struct MHD_Connection *connection,
enum TALER_ErrorCode ec,
const char *detail)
{
- return TALER_MHD_reply_JSON_PACK (
+ return TALER_MHD_REPLY_JSON_PACK (
connection,
http_status,
GNUNET_JSON_pack_uint64 ("code", ec),