summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_get_config.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_config.c
parent8730c425905fb9bea0cc6a5783c888f392782865 (diff)
downloadmerchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.gz
merchant-d1642d0fd0937d87a56914263361dc5985da0247.tar.bz2
merchant-d1642d0fd0937d87a56914263361dc5985da0247.zip
doxygen fixes
Diffstat (limited to 'src/lib/merchant_api_get_config.c')
-rw-r--r--src/lib/merchant_api_get_config.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
index f24b089a..022364d9 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -179,18 +179,6 @@ handle_config_finished (void *cls,
}
-/**
- * Get the config data of a merchant. Will connect to the merchant backend
- * and obtain information about the backend. The respective information will
- * be passed to the @a config_cb once available.
- *
- * @param ctx the context
- * @param backend_url HTTP base URL for the backend
- * @param config_cb function to call with the
- * backend's config information
- * @param config_cb_cls closure for @a config_cb
- * @return the config check handle; NULL upon error
- */
struct TALER_MERCHANT_ConfigGetHandle *
TALER_MERCHANT_config_get (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
@@ -231,12 +219,6 @@ TALER_MERCHANT_config_get (struct GNUNET_CURL_Context *ctx,
}
-/**
- * Cancel /config request. Must not be called by clients after
- * the callback was invoked.
- *
- * @param vgh request to cancel.
- */
void
TALER_MERCHANT_config_get_cancel (struct TALER_MERCHANT_ConfigGetHandle *vgh)
{