summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_get_instance.c')
-rw-r--r--src/lib/merchant_api_get_instance.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/merchant_api_get_instance.c b/src/lib/merchant_api_get_instance.c
index 1a60a6a3..4ba3c865 100644
--- a/src/lib/merchant_api_get_instance.c
+++ b/src/lib/merchant_api_get_instance.c
@@ -214,19 +214,6 @@ handle_get_instance_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 cb once available.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param instance_id identity of the instance to get information about
- * @param cb function to call with the
- * backend's instances information
- * @param cb_cls closure for @a cb
- * @return the instances handle; NULL upon error
- */
struct TALER_MERCHANT_InstanceGetHandle *
TALER_MERCHANT_instance_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -275,12 +262,6 @@ TALER_MERCHANT_instance_get (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel GET /instance/$ID request. Must not be called by clients after
- * the callback was invoked.
- *
- * @param igh request to cancel.
- */
void
TALER_MERCHANT_instance_get_cancel (
struct TALER_MERCHANT_InstanceGetHandle *igh)