chiark / gitweb /
hwclock: always set the kernel's timezone
[elogind.git] / src / shared / hwclock.h
index 26d1b444e7cd598de1e80aa3a6db6a337bfae094..b2bdc78f0cd139868bf6f97ef674624898958697 100644 (file)
@@ -23,8 +23,8 @@
 ***/
 
 int hwclock_is_localtime(void);
-int hwclock_apply_localtime_delta(int *min);
-int hwclock_reset_localtime_delta(void);
+int hwclock_set_timezone(int *min);
+int hwclock_reset_timezone(void);
 int hwclock_get_time(struct tm *tm);
 int hwclock_set_time(const struct tm *tm);