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/bank-lib/testing_api_cmd_history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bank-lib/testing_api_cmd_history.c') diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c index c9f4960e7..361315ee9 100644 --- a/src/bank-lib/testing_api_cmd_history.c +++ b/src/bank-lib/testing_api_cmd_history.c @@ -686,7 +686,7 @@ history_cb (void *cls, * @param cmd the command to execute. * @param is the interpreter state. */ -void +static void history_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) @@ -738,7 +738,7 @@ history_run (void *cls, * @param cls closure. * @param cmd the command which is being cleaned up. */ -void +static void history_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) -- cgit v1.2.3