summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-19 11:20:18 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-19 11:20:18 +0200
commitc94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0 (patch)
treeebee9e393f8f1ebb91c9a618d5453cb68acc17be /src/include/taler_testing_lib.h
parent4785bcb4bbdd6055cd54b3d461909e6b071811f5 (diff)
downloadexchange-c94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0.tar.gz
exchange-c94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0.tar.bz2
exchange-c94309ee6ecfc58dd852e0d61b7aa0a0c16c7db0.zip
rename fresh coin to have TALER_TESTING_-prefix
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
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);
/**