diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h index 30c9e1185..421113eed 100644 --- a/src/mint/taler-mint-httpd_responses.h +++ b/src/mint/taler-mint-httpd_responses.h @@ -34,8 +34,7 @@ /** - * Send JSON object as response. Decreases the reference count of the - * JSON object. + * Send JSON object as response. * * @param connection the MHD connection * @param json the json object @@ -44,7 +43,7 @@ */ int TALER_MINT_reply_json (struct MHD_Connection *connection, - json_t *json, + const json_t *json, unsigned int response_code); |