diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-29 16:21:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-29 16:21:10 +0100 |
commit | 6b434c626f6335f8174e0164ead61b3874752c4a (patch) | |
tree | f26d256d8912721de26413ef259975112aab4e09 /src/include/taler_exchange_service.h | |
parent | 3240844e48dc62b80c6167558677bcd7b83dd3c0 (diff) |
work on DB logic, add auditor_name to /management/auditors API
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 4ad05a688..19017eac1 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -2346,6 +2346,7 @@ struct TALER_EXCHANGE_ManagementAuditorEnableHandle; * @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 auditor_name human readable name for the auditor * @param validity_start when was this decided? * @param master_sig signature affirming the auditor addition * @param cb function to call with the exchange's result @@ -2358,6 +2359,7 @@ TALER_EXCHANGE_management_enable_auditor ( const char *url, const struct TALER_AuditorPublicKeyP *auditor_pub, const char *auditor_url, + const char *auditor_name, struct GNUNET_TIME_Absolute validity_start, const struct TALER_MasterSignatureP *master_sig, TALER_EXCHANGE_ManagementAuditorEnableCallback cb, |