diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 16:58:18 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-21 16:58:18 +0100 |
commit | 8d5cc9f550da58610ad220d72f21d930c47ad0a8 (patch) | |
tree | fdd4a325f92fa7418dd6a30ed7420f3dfd893103 /src/include | |
parent | 1e6efdc5f0028c85a80ef1b16306b0213d5732e7 (diff) |
denom pub trait made 'const'
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
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); /** |