aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r--src/mint/taler-mint-httpd_responses.h5
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 @@
34 34
35 35
36/** 36/**
37 * Send JSON object as response. Decreases the reference count of the 37 * Send JSON object as response.
38 * JSON object.
39 * 38 *
40 * @param connection the MHD connection 39 * @param connection the MHD connection
41 * @param json the json object 40 * @param json the json object
@@ -44,7 +43,7 @@
44 */ 43 */
45int 44int
46TALER_MINT_reply_json (struct MHD_Connection *connection, 45TALER_MINT_reply_json (struct MHD_Connection *connection,
47 json_t *json, 46 const json_t *json,
48 unsigned int response_code); 47 unsigned int response_code);
49 48
50 49