summaryrefslogtreecommitdiff
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.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/backend/anastasis-httpd_truth.h b/src/backend/anastasis-httpd_truth.h
index d0851ba..a436394 100644
--- a/src/backend/anastasis-httpd_truth.h
+++ b/src/backend/anastasis-httpd_truth.h
@@ -1,6 +1,6 @@
/*
This file is part of Anastasis
- Copyright (C) 2014, 2015, 2016, 2021 Anastasis SARL
+ Copyright (C) 2020-2022 Anastasis SARL
Anastasis is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -24,14 +24,6 @@
#define ANASTASIS_HTTPD_TRUTH_H
#include <microhttpd.h>
-
-/**
- * Prepare all active GET truth requests for system shutdown.
- */
-void
-AH_truth_shutdown (void);
-
-
/**
* Prepare all active POST truth solve requests for system shutdown.
*/
@@ -53,21 +45,6 @@ AH_truth_upload_shutdown (void);
/**
- * Handle a GET to /truth/$UUID
- *
- * @param[in,out] connection the MHD connection to handle
- * @param truth_uuid the truth UUID
- * @param[in,out] hc connection context
- * @return MHD result code
- */
-MHD_RESULT
-AH_handler_truth_get (
- struct MHD_Connection *connection,
- const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid,
- struct TM_HandlerContext *hc);
-
-
-/**
* Handle a POST to /truth/$UUID.
*
* @param[in,out] connection the MHD connection to handle