summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_reserves.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 16:20:25 +0200
committerMS <ms@taler.net>2020-10-15 16:20:25 +0200
commit01126ed1389937fe6f4d2fe7c0a4ca27026bb57c (patch)
treefbbec3811f6e7b103df8fc684520de53d1e68ef7 /src/lib/merchant_api_get_reserves.c
parentda11b4b50f32adb12200fa69cbfa3ddcc072a357 (diff)
downloadmerchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.gz
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.tar.bz2
merchant-01126ed1389937fe6f4d2fe7c0a4ca27026bb57c.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_reserves.c')
-rw-r--r--src/lib/merchant_api_get_reserves.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/merchant_api_get_reserves.c b/src/lib/merchant_api_get_reserves.c
index b64d76d6..524f3b68 100644
--- a/src/lib/merchant_api_get_reserves.c
+++ b/src/lib/merchant_api_get_reserves.c
@@ -208,20 +208,6 @@ handle_reserves_get_finished (void *cls,
}
-/**
- * Issue a GET /reserves request to the backend. Informs the backend
- * that a customer wants to pick up a reserves.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param after filter for reserves created after this date, use 0 for no filtering
- * @param active filter for reserves that are active
- * @param failures filter for reserves where we disagree about the balance with
- * the exchange
- * @param cb function to call with the result(s)
- * @param cb_cls closure for @a cb
- * @return handle for this operation, NULL upon errors
- */
struct TALER_MERCHANT_ReservesGetHandle *
TALER_MERCHANT_reserves_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -277,11 +263,6 @@ TALER_MERCHANT_reserves_get (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel a GET /reserves request.
- *
- * @param rgh handle to the request to be canceled
- */
void
TALER_MERCHANT_reserves_get_cancel (
struct TALER_MERCHANT_ReservesGetHandle *rgh)