summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-01-10 00:04:23 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-01-10 00:04:23 +0100
commite30989c9303105770504f1bdbf26d843adf19468 (patch)
tree53f2ec2ec7b2d7f069cfe5f65268d019e3e3b124 /src/util
parentd91750ca0fa635379deaf6d6641981e6d449bc1d (diff)
downloadexchange-e30989c9303105770504f1bdbf26d843adf19468.tar.gz
exchange-e30989c9303105770504f1bdbf26d843adf19468.tar.bz2
exchange-e30989c9303105770504f1bdbf26d843adf19468.zip
[age restriction] progress 11/n
Parse age restriction information from "/keys" - parse "age_restriction" extension, extract mask for age groups - parse denominations from "age_restricted_denoms", too, if available
Diffstat (limited to 'src/util')
-rw-r--r--src/util/extension_age_restriction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/extension_age_restriction.c b/src/util/extension_age_restriction.c
index 42a58b2e9..b29a8ca88 100644
--- a/src/util/extension_age_restriction.c
+++ b/src/util/extension_age_restriction.c
@@ -80,7 +80,7 @@ TALER_get_age_mask (const struct GNUNET_CONFIGURATION_Handle *cfg,
* @return Error if string was invalid, OK otherwise.
*/
enum TALER_Extension_ReturnValue
-TALER_parse_age_group_string (char *groups,
+TALER_parse_age_group_string (const char *groups,
struct TALER_AgeMask *mask)
{
enum TALER_Extension_ReturnValue ret = TALER_Extension_ERROR_SYS;