X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fclock-util.h;fp=src%2Fshared%2Fhwclock.h;h=63d96fca6d1721b85ca59c5304ee8ba3a21b86cc;hp=4330b8ea87f17df91ae13b5c3227c44e8ddd613e;hb=24efb112451413c1013d5f7fe27d7e2cd407647a;hpb=68baa8faf30f4e097bcf32d5b2d4880f85a0bdc7 diff --git a/src/shared/hwclock.h b/src/shared/clock-util.h similarity index 81% rename from src/shared/hwclock.h rename to src/shared/clock-util.h index 4330b8ea8..63d96fca6 100644 --- a/src/shared/hwclock.h +++ b/src/shared/clock-util.h @@ -21,8 +21,8 @@ along with systemd; If not, see . ***/ -int hwclock_is_localtime(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); +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);