]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
systime-fix: Fix declaration of validator constructor
authorTobias Brunner <tobias@strongswan.org>
Wed, 13 Mar 2024 15:17:44 +0000 (16:17 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 13 Mar 2024 15:50:46 +0000 (16:50 +0100)
src/libcharon/plugins/systime_fix/systime_fix_validator.h

index 591377c156ed805dd73ebe3faf965e10ec208b4c..477c55fe52332613803806a69880ab377bf3a732 100644 (file)
@@ -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_ @}*/