X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fclock-util.h;h=7ed371a958cecef3e58f6beb0b1c2807f3ca98f7;hb=b5884878a2874447b2a9f07f324a7cd909d96d48;hp=63d96fca6d1721b85ca59c5304ee8ba3a21b86cc;hpb=24efb112451413c1013d5f7fe27d7e2cd407647a;p=elogind.git diff --git a/src/shared/clock-util.h b/src/shared/clock-util.h index 63d96fca6..7ed371a95 100644 --- a/src/shared/clock-util.h +++ b/src/shared/clock-util.h @@ -23,6 +23,6 @@ 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); +int clock_reset_timewarp(void); +int clock_get_hwclock(struct tm *tm); +int clock_set_hwclock(const struct tm *tm);