summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_product.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_get_product.c
parent8730c425905fb9bea0cc6a5783c888f392782865 (diff)
downloadmerchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.gz
merchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.bz2
merchant-d1642d0fd0937d87a56914263361dc5985da0247.zip
doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_product.c')
-rw-r--r--src/lib/merchant_api_get_product.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c
index b64f77ef..be54d083 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -200,17 +200,6 @@ handle_get_product_finished (void *cls,
}
-/**
- * Make a GET /product/$ID request to get details about an
- * individual product.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param product_id identifier of the product to inquire about
- * @param cb function to call with the backend's product information
- * @param cb_cls closure for @a cb
- * @return the request handle; NULL upon error
- */
struct TALER_MERCHANT_ProductGetHandle *
TALER_MERCHANT_product_get (
struct GNUNET_CURL_Context *ctx,