summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-tips-ID.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-tips-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-tips-ID.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c b/src/backend/taler-merchant-httpd_get-tips-ID.c
index e7ae703c..5fa257fc 100644
--- a/src/backend/taler-merchant-httpd_get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_get-tips-ID.c
@@ -28,16 +28,6 @@
#include "taler-merchant-httpd_qr.h"
#include "taler-merchant-httpd_templating.h"
-
-/**
- * Create a taler://tip/ URI for the given @a con and @a tip_id
- * and @a instance_id.
- *
- * @param con HTTP connection
- * @param tip_id the tip id
- * @param instance_id instance, may be "default"
- * @return corresponding taler://tip/ URI, or NULL on missing "host"
- */
char *
TMH_make_taler_tip_uri (struct MHD_Connection *con,
const struct GNUNET_HashCode *tip_id,
@@ -100,15 +90,6 @@ TMH_make_taler_tip_uri (struct MHD_Connection *con,
}
-/**
- * Create a http(s):// URL for the given @a con and @a tip_id
- * and @a instance_id.
- *
- * @param con HTTP connection
- * @param tip_id the tip id
- * @param instance_id instance, may be "default"
- * @return corresponding taler://tip/ URI, or NULL on missing "host"
- */
char *
TMH_make_tip_status_url (struct MHD_Connection *con,
const struct GNUNET_HashCode *tip_id,
@@ -169,14 +150,6 @@ TMH_make_tip_status_url (struct MHD_Connection *con,
}
-/**
- * Handle a GET "/tips/$ID" request.
- *
- * @param rh context of the handler
- * @param connection the MHD connection to handle
- * @param[in,out] hc context with further information about the request
- * @return MHD result code
- */
MHD_RESULT
TMH_get_tips_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,