From 500207e35c836728f26c42c19d1236f623a2ea45 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 13 Mar 2024 16:17:44 +0100 Subject: [PATCH] systime-fix: Fix declaration of validator constructor --- src/libcharon/plugins/systime_fix/systime_fix_validator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcharon/plugins/systime_fix/systime_fix_validator.h b/src/libcharon/plugins/systime_fix/systime_fix_validator.h index 591377c156..477c55fe52 100644 --- a/src/libcharon/plugins/systime_fix/systime_fix_validator.h +++ b/src/libcharon/plugins/systime_fix/systime_fix_validator.h @@ -44,7 +44,9 @@ struct systime_fix_validator_t { /** * Create a systime_fix_validator instance. + * + * @param threshold timestamp where we start to consider system time valid */ -systime_fix_validator_t *systime_fix_validator_create(); +systime_fix_validator_t *systime_fix_validator_create(time_t threshold); #endif /** SYSTIME_FIX_VALIDATOR_H_ @}*/ -- 2.47.3