make parameter const
This commit is contained in:
parent
fef001cfdd
commit
0f214150db
@ -2370,7 +2370,8 @@ TALER_TESTING_get_trait_merchant_pub (const struct TALER_TESTING_Command *cmd,
|
||||
*/
|
||||
struct TALER_TESTING_Trait
|
||||
TALER_TESTING_make_trait_merchant_pub (unsigned int index,
|
||||
struct TALER_MerchantPublicKeyP *pub);
|
||||
const struct
|
||||
TALER_MerchantPublicKeyP *pub);
|
||||
|
||||
|
||||
/**
|
||||
|
@ -112,7 +112,8 @@ TALER_TESTING_get_trait_merchant_pub
|
||||
*/
|
||||
struct TALER_TESTING_Trait
|
||||
TALER_TESTING_make_trait_merchant_pub (unsigned int index,
|
||||
struct TALER_MerchantPublicKeyP *pub)
|
||||
const struct
|
||||
TALER_MerchantPublicKeyP *pub)
|
||||
{
|
||||
struct TALER_TESTING_Trait ret = {
|
||||
.index = index,
|
||||
|
Loading…
Reference in New Issue
Block a user