]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/clock-util.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / shared / clock-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <time.h>
5
6 int clock_is_localtime(const char* adjtime_path);
7 int clock_set_timezone(int *min);
8 int clock_reset_timewarp(void);
9 int clock_get_hwclock(struct tm *tm);
10 int clock_set_hwclock(const struct tm *tm);
11 int clock_apply_epoch(void);