mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
systime-fix: Fix declaration of validator constructor
This commit is contained in:
parent
6628c523c2
commit
500207e35c
@ -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_ @}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user