chiark / gitweb /
clock-util: clock_[sg]et_time() -> clock_[sg]et_hwclock()
[elogind.git] / src / shared / clock-util.h
index 63d96fca6d1721b85ca59c5304ee8ba3a21b86cc..4deeac773600ec06a641dfb2271c9c37faa3c985 100644 (file)
@@ -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);