summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 16:36:29 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-18 16:36:29 +0100
commitbaf95b86e23184fe785ad4f22c00f83e1d8ea41c (patch)
treec0648d8de6f76c1ae6a390c6ed33154e30abd13a /src/include
parent2fc84dd07fdf13d3d9b933060572ebf4e24bf50c (diff)
downloadexchange-baf95b86e23184fe785ad4f22c00f83e1d8ea41c.tar.gz
exchange-baf95b86e23184fe785ad4f22c00f83e1d8ea41c.tar.bz2
exchange-baf95b86e23184fe785ad4f22c00f83e1d8ea41c.zip
/refresh/* & /reserve/status: #5284.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 1ae663fe4..10bb9b9f5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -998,7 +998,6 @@ TALER_TESTING_cmd_wire (const char *label,
* Create a "reserve status" command.
*
* @param label the command label.
- * @param exchange the exchange to connect to.
* @param reserve_reference reference to the reserve to check.
* @param expected_balance expected balance for the reserve.
* @param expected_response_code expected HTTP response code.
@@ -1007,7 +1006,6 @@ TALER_TESTING_cmd_wire (const char *label,
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_status (const char *label,
- struct TALER_EXCHANGE_Handle *exchange,
const char *reserve_reference,
const char *expected_balance,
unsigned int expected_response_code);