chiark / gitweb /
timedated: sync clock down to RTC where necessary
[elogind.git] / src / util.h
index bd98b654fdfcec8b9d0491b1207b99c948c3eddf..3863a08b6346c5829aedbb1576b368a96de4d720 100644 (file)
@@ -431,12 +431,11 @@ int fchmod_umask(int fd, mode_t mode);
 
 int conf_files_list(char ***strv, const char *suffix, const char *dir, ...);
 
-bool hwclock_is_localtime(void);
+int hwclock_is_localtime(void);
 
 int hwclock_apply_localtime_delta(void);
-
+int hwclock_reset_localtime_delta(void);
 int hwclock_get_time(struct tm *tm);
-
 int hwclock_set_time(const struct tm *tm);
 
 #define NULSTR_FOREACH(i, l)                                    \