summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_instances.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_instances.c
parent8730c425905fb9bea0cc6a5783c888f392782865 (diff)
downloadmerchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.gz
merchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.bz2
merchant-d1642d0fd0937d87a56914263361dc5985da0247.zip
doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_instances.c')
-rw-r--r--src/lib/merchant_api_get_instances.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c
index e7fbc1b6..b7a82405 100644
--- a/src/lib/merchant_api_get_instances.c
+++ b/src/lib/merchant_api_get_instances.c
@@ -223,18 +223,6 @@ handle_instances_finished (void *cls,
}
-/**
- * Get the instance data of a backend. Will connect to the merchant backend
- * and obtain information about the instances. The respective information will
- * be passed to the @a instances_cb once available.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param instances_cb function to call with the
- * backend's instances information
- * @param instances_cb_cls closure for @a config_cb
- * @return the instances handle; NULL upon error
- */
struct TALER_MERCHANT_InstancesGetHandle *
TALER_MERCHANT_instances_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -274,12 +262,6 @@ TALER_MERCHANT_instances_get (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel /instances request. Must not be called by clients after
- * the callback was invoked.
- *
- * @param igh request to cancel.
- */
void
TALER_MERCHANT_instances_get_cancel (
struct TALER_MERCHANT_InstancesGetHandle *igh)