summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
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) \