summaryrefslogtreecommitdiff
path: root/src/include/taler_auditor_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-21 08:15:06 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-21 08:15:06 +0200
commitaf77a2a178a818abe851e4e25e768e2c1963b49c (patch)
treebd30d3181328f371cf5d67ffbc14bd942760b11b /src/include/taler_auditor_service.h
parenta37a8d34d54cd91fba321a225ae626e8594c6a48 (diff)
downloadexchange-af77a2a178a818abe851e4e25e768e2c1963b49c.tar.gz
exchange-af77a2a178a818abe851e4e25e768e2c1963b49c.tar.bz2
exchange-af77a2a178a818abe851e4e25e768e2c1963b49c.zip
-more auditor API atomization
Diffstat (limited to 'src/include/taler_auditor_service.h')
-rw-r--r--src/include/taler_auditor_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/taler_auditor_service.h b/src/include/taler_auditor_service.h
index 5ee41c3b1..2c6685c1c 100644
--- a/src/include/taler_auditor_service.h
+++ b/src/include/taler_auditor_service.h
@@ -277,7 +277,8 @@ typedef void
* finished processing the /version reply). If either check fails, we do
* NOT initiate the transaction with the auditor and instead return NULL.
*
- * @param auditor the auditor handle; the auditor must be ready to operate
+ * @param ctx the context for CURL requests
+ * @param url HTTP base URL for the auditor
* @param h_wire hash of merchant wire details
* @param h_policy hash over the policy, if any
* @param h_contract_terms hash of the contact of the merchant with the customer (further details are never disclosed to the auditor)
@@ -301,7 +302,8 @@ typedef void
*/
struct TALER_AUDITOR_DepositConfirmationHandle *
TALER_AUDITOR_deposit_confirmation (
- struct TALER_AUDITOR_Handle *auditor,
+ struct GNUNET_CURL_Context *ctx,
+ const char *url,
const struct TALER_MerchantWireHashP *h_wire,
const struct TALER_ExtensionPolicyHashP *h_policy,
const struct TALER_PrivateContractHashP *h_contract_terms,