summaryrefslogtreecommitdiff
path: root/src/include/taler_extensions.h
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/include/taler_extensions.h
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/include/taler_extensions.h')
-rw-r--r--src/include/taler_extensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h
index 199776eb7..243811eb5 100644
--- a/src/include/taler_extensions.h
+++ b/src/include/taler_extensions.h
@@ -110,7 +110,7 @@ TALER_extension_get_by_name (const char *name,
* @return Error, if age groups were 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);
/**