From e42f014cffae126a52c92fbf8151e6f5cecc9de0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 17 Nov 2018 17:19:02 +0100 Subject: use more const in taler_testing_lib.h --- src/bank-lib/testing_api_cmd_history.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 9482361a..b1bed3fc 100644 --- a/src/bank-lib/testing_api_cmd_history.c +++ b/src/bank-lib/testing_api_cmd_history.c @@ -116,6 +116,7 @@ struct History */ extern struct TALER_BANK_AuthenticationData AUTHS[]; + /** * Offer internal data to other commands. * @@ -128,7 +129,7 @@ extern struct TALER_BANK_AuthenticationData AUTHS[]; */ static int history_traits (void *cls, - void **ret, + const void **ret, const char *trait, unsigned int index) { -- cgit v1.2.3