summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-18 21:10:37 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-18 21:10:37 +0200
commit62a7f9b7117cc98e4e1d964a0cd35de2215c39d0 (patch)
tree8b3a7f076be94e58fc5c0b496777d191c6ded7dc /src/include
parentf0cd54dc102cc531805d14d4deb0d2d479ce591c (diff)
downloadexchange-62a7f9b7117cc98e4e1d964a0cd35de2215c39d0.tar.gz
exchange-62a7f9b7117cc98e4e1d964a0cd35de2215c39d0.tar.bz2
exchange-62a7f9b7117cc98e4e1d964a0cd35de2215c39d0.zip
-misc bugfixes for persona kyc logic
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_templating_lib.h4
1 files changed, 2 insertions, 2 deletions
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.