diff options
Diffstat (limited to 'src/shared/clock-util.h')
-rw-r--r-- | src/shared/clock-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h index 4deeac7736..7ed371a958 100644 --- a/src/shared/clock-util.h +++ b/src/shared/clock-util.h @@ -23,6 +23,6 @@ int clock_is_localtime(void); int clock_set_timezone(int *min); -int clock_reset_timezone(void); +int clock_reset_timewarp(void); int clock_get_hwclock(struct tm *tm); int clock_set_hwclock(const struct tm *tm); |