summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_tip.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 16:12:42 +0200
committerMS <ms@taler.net>2020-10-13 16:12:42 +0200
commit82358a9d6ce23eca4548caaedb66dc6c981f1f06 (patch)
tree4f13b5d64c853b0e5cf9541a49dc2c78a6da79a9 /src/lib/merchant_api_merchant_get_tip.c
parent60092876f45ad3b0657adab1e07eb3364c5b4709 (diff)
downloadmerchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.gz
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.bz2
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_merchant_get_tip.c')
-rw-r--r--src/lib/merchant_api_merchant_get_tip.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/merchant_api_merchant_get_tip.c b/src/lib/merchant_api_merchant_get_tip.c
index 025a7834..6efa1e54 100644
--- a/src/lib/merchant_api_merchant_get_tip.c
+++ b/src/lib/merchant_api_merchant_get_tip.c
@@ -248,17 +248,6 @@ handle_merchant_tip_get_finished (void *cls,
}
-/**
- * Issue a GET /private/tips/$TIP_ID (private variant) request to the backend.
- * Returns information needed to pick up a tip.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param tip_id which tip should we query
- * @param cb function to call with the result
- * @param cb_cls closure for @a cb
- * @return handle for this operation, NULL upon errors
- */
struct TALER_MERCHANT_TipMerchantGetHandle *
TALER_MERCHANT_merchant_tip_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,