summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-26 22:54:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-26 22:54:33 +0100
commit98f5960411077dd8be648cbd21fd495bb874f8fd (patch)
treef909142ed9fc01d9c4133b48f4164866641482b2 /src/include/taler_exchange_service.h
parent1c1d4d9974d7a97bd157197adeb11cd759e2b931 (diff)
downloadexchange-98f5960411077dd8be648cbd21fd495bb874f8fd.tar.gz
exchange-98f5960411077dd8be648cbd21fd495bb874f8fd.tar.bz2
exchange-98f5960411077dd8be648cbd21fd495bb874f8fd.zip
cmd to del auditor
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 8b1feb157..8a5ba311b 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -2398,7 +2398,6 @@ struct TALER_EXCHANGE_ManagementAuditorDisableHandle;
* @param ctx the context
* @param url HTTP base URL for the exchange
* @param auditor_pub the public signing key of the auditor
- * @param auditor_url base URL of the auditor
* @param validity_end when was this decided?
* @param master_sig signature affirming the auditor addition
* @param cb function to call with the exchange's result
@@ -2410,7 +2409,6 @@ TALER_EXCHANGE_management_disable_auditor (
struct GNUNET_CURL_Context *ctx,
const char *url,
const struct TALER_AuditorPublicKeyP *auditor_pub,
- const char *auditor_url,
struct GNUNET_TIME_Absolute validity_end,
const struct TALER_MasterSignatureP *master_sig,
TALER_EXCHANGE_ManagementAuditorDisableCallback cb,