]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/clock-util.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / shared / clock-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
05d3a176 2#pragma once
bbc98d32 3
3ffd4af2 4#include <time.h>
c1ff5570 5
6369641d 6int clock_is_localtime(const char* adjtime_path);
24efb112 7int clock_set_timezone(int *min);
c264aeab 8int clock_reset_timewarp(void);
60989612
KS
9int clock_get_hwclock(struct tm *tm);
10int clock_set_hwclock(const struct tm *tm);
021dd87b 11int clock_apply_epoch(void);