aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.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/lib/exchange_api_handle.h
parenta37a8d34d54cd91fba321a225ae626e8594c6a48 (diff)
downloadexchange-af77a2a178a818abe851e4e25e768e2c1963b49c.tar.xz
-more auditor API atomization
Diffstat (limited to 'src/lib/exchange_api_handle.h')
-rw-r--r--src/lib/exchange_api_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h
index 47be99d4e..8e3b10654 100644
--- a/src/lib/exchange_api_handle.h
+++ b/src/lib/exchange_api_handle.h
@@ -178,13 +178,13 @@ struct TALER_EXCHANGE_Handle
* launch a deposit confirmation interaction.
*
* @param cls closure
- * @param ah handle to the auditor
+ * @param auditor_url base URL of the auditor
* @param auditor_pub public key of the auditor
* @return NULL if no deposit confirmation interaction was launched
*/
typedef struct TEAH_AuditorInteractionEntry *
(*TEAH_AuditorCallback)(void *cls,
- struct TALER_AUDITOR_Handle *ah,
+ const char *auditor_url,
const struct TALER_AuditorPublicKeyP *auditor_pub);