diff options
Diffstat (limited to 'src/basic/clock-util.h')
-rw-r--r-- | src/basic/clock-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/clock-util.h b/src/basic/clock-util.h index fef2d471a6..09d46758f4 100644 --- a/src/basic/clock-util.h +++ b/src/basic/clock-util.h @@ -28,3 +28,4 @@ int clock_set_timezone(int *min); int clock_reset_timewarp(void); int clock_get_hwclock(struct tm *tm); int clock_set_hwclock(const struct tm *tm); +int clock_apply_epoch(void); |