diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-16 21:52:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-21 19:29:45 +0200 |
commit | 2076cf883110bd6fc0f87b619005baf2117d6b95 (patch) | |
tree | 07afc8c401160746f3551323009906411e19efab /src/util.h | |
parent | d3fc81bd6a5a046b22600ac1204df220c93d2c15 (diff) |
timedated: sync clock down to RTC where necessary
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h index bd98b654fd..3863a08b63 100644 --- a/src/util.h +++ b/src/util.h @@ -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) \ |