aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_auditor_exchanges.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-20 21:57:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-20 21:57:13 +0200
commitd6838ed841185c7850c3f52d91d1baa9a1f90a7e (patch)
tree25bac3237b9eac1d430faade6a4ec94e141128c6 /src/testing/testing_api_cmd_auditor_exchanges.c
parent35bf856fcba279c27dddb5ac4502f711eba8aa2b (diff)
downloadexchange-d6838ed841185c7850c3f52d91d1baa9a1f90a7e.tar.xz
-doxygen fixes
Diffstat (limited to 'src/testing/testing_api_cmd_auditor_exchanges.c')
-rw-r--r--src/testing/testing_api_cmd_auditor_exchanges.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/testing/testing_api_cmd_auditor_exchanges.c b/src/testing/testing_api_cmd_auditor_exchanges.c
index 070b6409d..184c2bb2e 100644
--- a/src/testing/testing_api_cmd_auditor_exchanges.c
+++ b/src/testing/testing_api_cmd_auditor_exchanges.c
@@ -287,14 +287,6 @@ exchanges_traits (void *cls,
}
-/**
- * Create a "list exchanges" command.
- *
- * @param label command label.
- * @param auditor auditor connection.
- * @param expected_response_code expected HTTP response code.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_exchanges (const char *label,
unsigned int expected_response_code)
@@ -318,16 +310,6 @@ TALER_TESTING_cmd_exchanges (const char *label,
}
-/**
- * Create a "list exchanges" command and check whether
- * a particular exchange belongs to the returned bundle.
- *
- * @param label command label.
- * @param expected_response_code expected HTTP response code.
- * @param exchange_url URL of the exchange supposed to
- * be included in the response.
- * @return the command.
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_exchanges_with_url (const char *label,
unsigned int expected_response_code,