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/lib/testing_api_trait_fresh_coin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/testing_api_trait_fresh_coin.c') diff --git a/src/lib/testing_api_trait_fresh_coin.c b/src/lib/testing_api_trait_fresh_coin.c index 1f6cdac2c..464e7e74c 100644 --- a/src/lib/testing_api_trait_fresh_coin.c +++ b/src/lib/testing_api_trait_fresh_coin.c @@ -44,7 +44,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) { return cmd->traits (cmd->cls, (const void **) fresh_coins, @@ -66,7 +66,7 @@ TALER_TESTING_get_trait_fresh_coins struct TALER_TESTING_Trait TALER_TESTING_make_trait_fresh_coins (unsigned int index, - struct FreshCoin *fresh_coins) + struct TALER_TESTING_FreshCoinData *fresh_coins) { struct TALER_TESTING_Trait ret = { .index = index, -- cgit v1.2.3