summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_instances.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_post_instances.c
parent377cfaf23f88bd5597be5be2a3c3e4e49975cc47 (diff)
downloadmerchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.gz
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.tar.bz2
merchant-da11b4b50f32adb12200fa69cbfa3ddcc072a357.zip
Doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_post_instances.c')
-rw-r--r--src/lib/merchant_api_post_instances.c29
1 files changed, 1 insertions, 28 deletions
diff --git a/src/lib/merchant_api_post_instances.c b/src/lib/merchant_api_post_instances.c
index 75de02c3..c1a53afb 100644
--- a/src/lib/merchant_api_post_instances.c
+++ b/src/lib/merchant_api_post_instances.c
@@ -151,28 +151,7 @@ handle_post_instances_finished (void *cls,
}
-/**
- * Setup an new instance in the backend.
- *
- * @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 payto_uris_length length of the @a accounts array
- * @param payto_uris URIs of the bank accounts of the merchant instance
- * @param name name of the merchant instance
- * @param address physical address of the merchant instance
- * @param jurisdiction jurisdiction of the merchant instance
- * @param default_max_wire_fee default maximum wire fee merchant is willing to fully pay
- * @param default_wire_fee_amortization default amortization factor for excess wire fees
- * @param default_max_deposit_fee default maximum deposit fee merchant is willing to pay
- * @param default_wire_transfer_delay default wire transfer delay merchant will ask for
- * @param default_pay_delay default validity period for offers merchant makes
- * @param cb function to call with the
- * backend's instances information
- * @param cb_cls closure for @a config_cb
- * @return the instances handle; NULL upon error
- */
-struct TALER_MERCHANT_InstancesPostHandle *
+etruct TALER_MERCHANT_InstancesPostHandle *
TALER_MERCHANT_instances_post (
struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -283,12 +262,6 @@ TALER_MERCHANT_instances_post (
}
-/**
- * Cancel /instances request. Must not be called by clients after
- * the callback was invoked.
- *
- * @param igh request to cancel.
- */
void
TALER_MERCHANT_instances_post_cancel (
struct TALER_MERCHANT_InstancesPostHandle *iph)