aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-18 21:29:51 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-18 21:29:51 +0200
commit5fff83e86d040fa43e6805255b7acacd6af72448 (patch)
treef95b2207e6bd91a6c2f40dffdeacee3558b60fae /src/include
parente191ecf0b594bb1aa3c0e009285b5890fbba9c24 (diff)
fix #9075: add -c option to AML programs, also enable -h/-v/-V and move to short options
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_lib.h b/src/include/taler_kyclogic_lib.h
index 4302ab09a..39256bb1e 100644
--- a/src/include/taler_kyclogic_lib.h
+++ b/src/include/taler_kyclogic_lib.h
@@ -238,10 +238,12 @@ TALER_KYCLOGIC_kyc_trigger2s (enum TALER_KYCLOGIC_KycTriggerEvent trigger);
* Initialize KYC subsystem. Loads the KYC configuration.
*
* @param cfg configuration to parse
+ * @param cfg_fn configuration filename for AML helpers
* @return #GNUNET_OK on success
*/
enum GNUNET_GenericReturnValue
-TALER_KYCLOGIC_kyc_init (const struct GNUNET_CONFIGURATION_Handle *cfg);
+TALER_KYCLOGIC_kyc_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
+ const char *cfg_fn);
/**