summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_trait_denom_pub.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-21 16:58:18 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-21 16:58:18 +0100
commit8d5cc9f550da58610ad220d72f21d930c47ad0a8 (patch)
treefdd4a325f92fa7418dd6a30ed7420f3dfd893103 /src/exchange-lib/testing_api_trait_denom_pub.c
parent1e6efdc5f0028c85a80ef1b16306b0213d5732e7 (diff)
downloadexchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.gz
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.bz2
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.zip
denom pub trait made 'const'
Diffstat (limited to 'src/exchange-lib/testing_api_trait_denom_pub.c')
-rw-r--r--src/exchange-lib/testing_api_trait_denom_pub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_trait_denom_pub.c b/src/exchange-lib/testing_api_trait_denom_pub.c
index 22d9a346b..92c003ce3 100644
--- a/src/exchange-lib/testing_api_trait_denom_pub.c
+++ b/src/exchange-lib/testing_api_trait_denom_pub.c
@@ -45,7 +45,7 @@ int
TALER_TESTING_get_trait_denom_pub
(const struct TALER_TESTING_Command *cmd,
unsigned int index,
- struct TALER_EXCHANGE_DenomPublicKey **denom_pub)
+ const struct TALER_EXCHANGE_DenomPublicKey **denom_pub)
{
return cmd->traits (cmd->cls,
(void **) denom_pub,