summaryrefslogtreecommitdiff
path: root/src/include
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/include
parent1e6efdc5f0028c85a80ef1b16306b0213d5732e7 (diff)
downloadexchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.gz
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.tar.bz2
exchange-8d5cc9f550da58610ad220d72f21d930c47ad0a8.zip
denom pub trait made 'const'
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 1a61d6dd4..b4350e0c3 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -991,7 +991,7 @@ int
TALER_TESTING_get_trait_denom_pub
(const struct TALER_TESTING_Command *cmd,
unsigned int index,
- struct TALER_EXCHANGE_DenomPublicKey **dpk);
+ const struct TALER_EXCHANGE_DenomPublicKey **dpk);
/**