aboutsummaryrefslogtreecommitdiff
path: root/src/backend/anastasis-httpd_truth.h
diff options
context:
space:
mode:
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);
44 * 44 *
45 * @param connection the MHD connection to handle 45 * @param connection the MHD connection to handle
46 * @param truth_uuid the truth UUID 46 * @param truth_uuid the truth UUID
47 * @param con_cls 47 * @param hc connection context
48 * @return MHD result code 48 * @return MHD result code
49 */ 49 */
50MHD_RESULT 50MHD_RESULT
@@ -58,13 +58,13 @@ AH_handler_truth_get (
58 * Handle a POST to /truth/$UUID. 58 * Handle a POST to /truth/$UUID.
59 * 59 *
60 * @param connection the MHD connection to handle 60 * @param connection the MHD connection to handle
61 * @param con_cls the connection's closure 61 * @param hc connection context
62 * @param truth_uuid the truth UUID 62 * @param truth_uuid the truth UUID
63 * @param truth_data truth data 63 * @param truth_data truth data
64 * @param truth_data_size number of bytes (left) in @a truth_data 64 * @param truth_data_size number of bytes (left) in @a truth_data
65 * @return MHD result code 65 * @return MHD result code
66 */ 66 */
67int 67MHD_RESULT
68AH_handler_truth_post ( 68AH_handler_truth_post (
69 struct MHD_Connection *connection, 69 struct MHD_Connection *connection,
70 struct TM_HandlerContext *hc, 70 struct TM_HandlerContext *hc,