aboutsummaryrefslogtreecommitdiff
path: root/src/backend/anastasis-httpd_terms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/anastasis-httpd_terms.c')
-rw-r--r--src/backend/anastasis-httpd_terms.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/backend/anastasis-httpd_terms.c b/src/backend/anastasis-httpd_terms.c
index b4debe7..55a28e1 100644
--- a/src/backend/anastasis-httpd_terms.c
+++ b/src/backend/anastasis-httpd_terms.c
@@ -36,13 +36,6 @@ static struct TALER_MHD_Legal *tos;
36static struct TALER_MHD_Legal *pp; 36static struct TALER_MHD_Legal *pp;
37 37
38 38
39/**
40 * Manages a /terms call.
41 *
42 * @param rh context of the handler
43 * @param connection the MHD connection to handle
44 * @return MHD result code
45 */
46MHD_RESULT 39MHD_RESULT
47AH_handler_terms (struct AH_RequestHandler *rh, 40AH_handler_terms (struct AH_RequestHandler *rh,
48 struct MHD_Connection *connection) 41 struct MHD_Connection *connection)
@@ -53,15 +46,8 @@ AH_handler_terms (struct AH_RequestHandler *rh,
53} 46}
54 47
55 48
56/**
57 * Handle a "/privacy" request.
58 *
59 * @param rh context of the handler
60 * @param connection the MHD connection to handle
61 * @return MHD result code
62 */
63MHD_RESULT 49MHD_RESULT
64AH_handler_privacy (const struct AH_RequestHandler *rh, 50AH_handler_privacy (struct AH_RequestHandler *rh,
65 struct MHD_Connection *connection) 51 struct MHD_Connection *connection)
66{ 52{
67 (void) rh; 53 (void) rh;
@@ -70,11 +56,6 @@ AH_handler_privacy (const struct AH_RequestHandler *rh,
70} 56}
71 57
72 58
73/**
74 * Load our terms of service as per configuration.
75 *
76 * @param cfg configuration to process
77 */
78void 59void
79AH_load_terms (const struct GNUNET_CONFIGURATION_Handle *cfg) 60AH_load_terms (const struct GNUNET_CONFIGURATION_Handle *cfg)
80{ 61{