From c94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Jul 2019 11:20:18 +0200 Subject: rename fresh coin to have TALER_TESTING_-prefix --- src/include/taler_testing_lib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 20641002f..a421cf43c 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1953,7 +1953,7 @@ TALER_TESTING_get_trait_uint * * FIXME: should be renamed, easily confused with `struct TALER_FreshCoin`! */ -struct FreshCoin +struct TALER_TESTING_FreshCoinData { /** @@ -1989,7 +1989,7 @@ struct FreshCoin struct TALER_TESTING_Trait TALER_TESTING_make_trait_fresh_coins (unsigned int index, - struct FreshCoin *fresh_coins); + struct TALER_TESTING_FreshCoinData *fresh_coins); /** @@ -2006,7 +2006,7 @@ int TALER_TESTING_get_trait_fresh_coins (const struct TALER_TESTING_Command *cmd, unsigned int index, - const struct FreshCoin **fresh_coins); + const struct TALER_TESTING_FreshCoinData **fresh_coins); /** -- cgit v1.2.3