From 62a7f9b7117cc98e4e1d964a0cd35de2215c39d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Aug 2022 21:10:37 +0200 Subject: -misc bugfixes for persona kyc logic --- src/include/taler_templating_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_templating_lib.h b/src/include/taler_templating_lib.h index 9cce84f5a..e4f3f1f1c 100644 --- a/src/include/taler_templating_lib.h +++ b/src/include/taler_templating_lib.h @@ -48,7 +48,7 @@ TALER_TEMPLATING_build (struct MHD_Connection *connection, const char *template, const char *instance_id, const char *taler_uri, - json_t *root, + const json_t *root, struct MHD_Response **reply); @@ -72,7 +72,7 @@ TALER_TEMPLATING_reply (struct MHD_Connection *connection, const char *template, const char *instance_id, const char *taler_uri, - json_t *root); + const json_t *root); /** * Preload templates. -- cgit v1.2.3