aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_parsing.h')
-rw-r--r--src/mint/taler-mint-httpd_parsing.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h
index d9516d486..c725187c5 100644
--- a/src/mint/taler-mint-httpd_parsing.h
+++ b/src/mint/taler-mint-httpd_parsing.h
@@ -80,10 +80,11 @@ enum
80 * @param upload_data the POST data 80 * @param upload_data the POST data
81 * @param upload_data_size number of bytes in @a upload_data 81 * @param upload_data_size number of bytes in @a upload_data
82 * @param json the JSON object for a completed request 82 * @param json the JSON object for a completed request
83 *
84 * @returns 83 * @returns
85 * GNUNET_YES if json object was parsed or at least 84 * GNUNET_YES if json object was parsed or at least
86 * may be parsed in the future (call again) 85 * may be parsed in the future (call again);
86 * `*json` will be NULL if we need to be called again,
87 * and non-NULL if we are done.
87 * GNUNET_NO is request incomplete or invalid 88 * GNUNET_NO is request incomplete or invalid
88 * (error message was generated) 89 * (error message was generated)
89 * GNUNET_SYSERR on internal error 90 * GNUNET_SYSERR on internal error