taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4ac0247e531abfbe941f9a42be350e720e3e323c
parent 2e86cc7c3f7dc56d9f43f883526bdd90e45234de
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sat, 25 Jan 2025 11:01:38 +0100

[common] use uint32_t for max_age_group

Diffstat:
Mcore/api-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -1238,7 +1238,7 @@ within the * of the exchange. See TALER_get_max_group() how to calculate * the age group to a given age (in years). */ - uint8_t max_age_group; + uint32_t max_age_group; /** * The age groups as configured for the exchange, represented as a mask. * If max_age_group is > 0, the mask MUST be non-zero, too.