From f033320300081607fd8f8861324ea1fc8fa2efd1 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 27 Jun 2018 16:49:23 +0200 Subject: Addressing #5291. --- src/exchange-lib/testing_api_cmd_bank_check.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchange-lib/testing_api_cmd_bank_check.c') diff --git a/src/exchange-lib/testing_api_cmd_bank_check.c b/src/exchange-lib/testing_api_cmd_bank_check.c index b4f5fff4..8bfb12b7 100644 --- a/src/exchange-lib/testing_api_cmd_bank_check.c +++ b/src/exchange-lib/testing_api_cmd_bank_check.c @@ -89,7 +89,7 @@ struct BankCheckState * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void check_bank_transfer_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) @@ -178,7 +178,7 @@ check_bank_transfer_run (void *cls, * @param cls closure. * @param cmd the command which is being cleaned up. */ -void +static void check_bank_transfer_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) @@ -279,7 +279,7 @@ TALER_TESTING_cmd_check_bank_transfer * @param cls closure. * @param cmd the command which is being cleaned up. */ -void +static void check_bank_empty_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) @@ -294,7 +294,7 @@ check_bank_empty_cleanup * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void check_bank_empty_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) -- cgit v1.2.3