summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_delete_reserve.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 12:18:53 +0200
committerMS <ms@taler.net>2020-10-13 12:18:53 +0200
commitd1642d0fd0937d87a56914263361dc5985da0247 (patch)
tree175fd3c516c4dfa190a81983d3ff86296a3cea03 /src/lib/merchant_api_delete_reserve.c
parent8730c425905fb9bea0cc6a5783c888f392782865 (diff)
downloadmerchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.gz
merchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.bz2
merchant-d1642d0fd0937d87a56914263361dc5985da0247.zip
doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_delete_reserve.c')
-rw-r--r--src/lib/merchant_api_delete_reserve.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/lib/merchant_api_delete_reserve.c b/src/lib/merchant_api_delete_reserve.c
index d257b43f..c46d8ace 100644
--- a/src/lib/merchant_api_delete_reserve.c
+++ b/src/lib/merchant_api_delete_reserve.c
@@ -190,17 +190,6 @@ reserve_delete (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Issue a DELETE /reserve/$RESERVE_ID request to the backend. Only
- * deletes the private key of the reserve, preserves tipping data.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param reserve_pub which reserve should be queried
- * @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_ReserveDeleteHandle *
TALER_MERCHANT_reserve_delete (
struct GNUNET_CURL_Context *ctx,
@@ -218,17 +207,6 @@ TALER_MERCHANT_reserve_delete (
}
-/**
- * Issue a DELETE /reserve/$RESERVE_ID request to the backend.
- * Purges the reserve, deleting all associated data. DANGEROUS.
- *
- * @param ctx execution context
- * @param backend_url base URL of the merchant backend
- * @param reserve_pub which reserve should be queried
- * @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_ReserveDeleteHandle *
TALER_MERCHANT_reserve_purge (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -245,11 +223,6 @@ TALER_MERCHANT_reserve_purge (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel a DELETE (or purge) /reserve/$RESERVE_ID request.
- *
- * @param rdh handle to the request to be canceled
- */
void
TALER_MERCHANT_reserve_delete_cancel (
struct TALER_MERCHANT_ReserveDeleteHandle *rdh)