summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_tips.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_get_tips.c
parent60092876f45ad3b0657adab1e07eb3364c5b4709 (diff)
downloadmerchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.gz
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.tar.bz2
merchant-82358a9d6ce23eca4548caaedb66dc6c981f1f06.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_tips.c')
-rw-r--r--src/lib/merchant_api_get_tips.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c
index f80dd295..eb174f0b 100644
--- a/src/lib/merchant_api_get_tips.c
+++ b/src/lib/merchant_api_get_tips.c
@@ -202,15 +202,6 @@ handle_get_tips_finished (void *cls,
}
-/**
- * Make a GET /private/tips request.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param cb function to call with the backend's tip information
- * @param cb_cls closure for @a cb
- * @return the request handle; NULL upon error
- */
struct TALER_MERCHANT_TipsGetHandle *
TALER_MERCHANT_tips_get (
struct GNUNET_CURL_Context *ctx,
@@ -228,18 +219,6 @@ TALER_MERCHANT_tips_get (
}
-/**
- * Issue a GET /private/tips request with filters to the backend.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param include_expired whether to return all tips or only unexpired tips
- * @param limit number of results to return, negative for descending row id, positive for ascending
- * @param offset row id to start returning results from
- * @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_TipsGetHandle *
TALER_MERCHANT_tips_get2 (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -315,12 +294,6 @@ TALER_MERCHANT_tips_get2 (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel GET /private/tips request. Must not be called by clients after
- * the callback was invoked.
- *
- * @param ogh request to cancel.
- */
void
TALER_MERCHANT_tips_get_cancel (
struct TALER_MERCHANT_TipsGetHandle *tgh)