summaryrefslogtreecommitdiff
path: root/src/backend/anastasis-httpd_truth.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-02 15:58:53 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-02 15:58:53 +0200
commitf3ed6ea694e83e45d257fb64b5ae23e73bc81465 (patch)
treeb48275a94cef9962f144bfef9e299c971248b85a /src/backend/anastasis-httpd_truth.h
parented7b39b035fa18b777b71ddc568deff2f7977c82 (diff)
downloadanastasis-f3ed6ea694e83e45d257fb64b5ae23e73bc81465.tar.gz
anastasis-f3ed6ea694e83e45d257fb64b5ae23e73bc81465.tar.bz2
anastasis-f3ed6ea694e83e45d257fb64b5ae23e73bc81465.zip
misc doxygen fixes
Diffstat (limited to 'src/backend/anastasis-httpd_truth.h')
-rw-r--r--src/backend/anastasis-httpd_truth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/anastasis-httpd_truth.h b/src/backend/anastasis-httpd_truth.h
index 7a1b95f..c0ee474 100644
--- a/src/backend/anastasis-httpd_truth.h
+++ b/src/backend/anastasis-httpd_truth.h
@@ -44,7 +44,7 @@ AH_truth_upload_shutdown (void);
*
* @param connection the MHD connection to handle
* @param truth_uuid the truth UUID
- * @param con_cls
+ * @param hc connection context
* @return MHD result code
*/
MHD_RESULT
@@ -58,13 +58,13 @@ AH_handler_truth_get (
* Handle a POST to /truth/$UUID.
*
* @param connection the MHD connection to handle
- * @param con_cls the connection's closure
+ * @param hc connection context
* @param truth_uuid the truth UUID
* @param truth_data truth data
* @param truth_data_size number of bytes (left) in @a truth_data
* @return MHD result code
*/
-int
+MHD_RESULT
AH_handler_truth_post (
struct MHD_Connection *connection,
struct TM_HandlerContext *hc,