From 01126ed1389937fe6f4d2fe7c0a4ca27026bb57c Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 16:20:25 +0200 Subject: Doxygen fixes --- src/lib/merchant_api_get_reserves.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/lib/merchant_api_get_reserves.c') 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) -- cgit v1.2.3