diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_exchange_service.h | 2 | ||||
| -rw-r--r-- | src/include/taler_testing_lib.h | 6 | 
2 files changed, 5 insertions, 3 deletions
| diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 8b1feb15..8a5ba311 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, diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 61f1c50a..b89a775e 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2041,10 +2041,14 @@ TALER_TESTING_cmd_auditor_add (const char *label,   * "[auditor]" section in the configuration file.   *   * @param label command label. + * @param expected_http_status expected HTTP status from exchange + * @param bad_sig should we use a bogus signature?   * @return the command   */  struct TALER_TESTING_Command -TALER_TESTING_cmd_auditor_del (const char *label); +TALER_TESTING_cmd_auditor_del (const char *label, +                               unsigned int expected_http_status, +                               bool bad_sig);  /** | 
