summaryrefslogtreecommitdiff
path: root/src/util/extension_age_restriction.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
commitc97979d00ab68915b0d354a1424e420ef84b7723 (patch)
tree7990098ab493ea5e164120f630e06c8fc6e5cc02 /src/util/extension_age_restriction.c
parent7c510388b9d789c35fc05bead7677b3de52a318e (diff)
downloadexchange-c97979d00ab68915b0d354a1424e420ef84b7723.tar.gz
exchange-c97979d00ab68915b0d354a1424e420ef84b7723.tar.bz2
exchange-c97979d00ab68915b0d354a1424e420ef84b7723.zip
age restriction (load per denomination). 3/n
Diffstat (limited to 'src/util/extension_age_restriction.c')
-rw-r--r--src/util/extension_age_restriction.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/extension_age_restriction.c b/src/util/extension_age_restriction.c
index 64ecaa31e..dbb4f3e23 100644
--- a/src/util/extension_age_restriction.c
+++ b/src/util/extension_age_restriction.c
@@ -30,8 +30,8 @@
* invalid, OK otherwise.
*/
enum GNUNET_GenericReturnValue
-TALER_get_age_mask (const struct GNUNET_CONFIGURATION_Handle *cfg, struct
- TALER_AgeMask *mask)
+TALER_get_age_mask (const struct GNUNET_CONFIGURATION_Handle *cfg,
+ struct TALER_AgeMask *mask)
{
/* FIXME-Oec:
*