summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_reserve.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 16:13:31 +0200
committerMS <ms@taler.net>2020-10-15 16:13:31 +0200
commitda11b4b50f32adb12200fa69cbfa3ddcc072a357 (patch)
tree4d5335e940c6ef377c7ebcb97e6820a0f77da337 /src/lib/merchant_api_get_reserve.c
parent377cfaf23f88bd5597be5be2a3c3e4e49975cc47 (diff)
downloadmerchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.gz
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.bz2
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_reserve.c')
-rw-r--r--src/lib/merchant_api_get_reserve.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c
index 31f241d8..bd88661f 100644
--- a/src/lib/merchant_api_get_reserve.c
+++ b/src/lib/merchant_api_get_reserve.c
@@ -227,18 +227,6 @@ handle_reserve_get_finished (void *cls,
}
-/**
- * Issue a GET /reserve/$RESERVE_ID request to the backend. Queries the backend
- * about the status of a reserve.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param reserve_pub which reserve should be queried
- * @param tips should we return details about the tips issued from the reserve
- * @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_ReserveGetHandle *
TALER_MERCHANT_reserve_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,