summaryrefslogtreecommitdiff
path: root/src/shared/clock-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/clock-util.h')
-rw-r--r--src/shared/clock-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h
index 63d96fca6d..4deeac7736 100644
--- a/src/shared/clock-util.h
+++ b/src/shared/clock-util.h
@@ -24,5 +24,5 @@
int clock_is_localtime(void);
int clock_set_timezone(int *min);
int clock_reset_timezone(void);
-int clock_get_time(struct tm *tm);
-int clock_set_time(const struct tm *tm);
+int clock_get_hwclock(struct tm *tm);
+int clock_set_hwclock(const struct tm *tm);