summaryrefslogtreecommitdiff
path: root/src/backend/taler-mint-httpd_parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-mint-httpd_parsing.h')
-rw-r--r--src/backend/taler-mint-httpd_parsing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/taler-mint-httpd_parsing.h b/src/backend/taler-mint-httpd_parsing.h
index e9fad54e..0e959761 100644
--- a/src/backend/taler-mint-httpd_parsing.h
+++ b/src/backend/taler-mint-httpd_parsing.h
@@ -142,7 +142,8 @@ enum TMH_PARSE_JsonNavigationCommand
TMH_PARSE_JNC_RET_UINT64,
/**
* Return a 'char *' as returned from 'json_string_value ()'.
- * So it will live as long as the containg JSON is not freed
+ * So it will live as long as the containg JSON is not freed,
+ * and must not be freed by the user
*/
TMH_PARSE_JNC_RET_STRING