mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
- Make sure forward headers have the iwyu pragma to always keep them - Make sure we always include the daemon specific forward header instead of shared-forward.h - Remove shared-forward.h include where the daemon specific forward header is already included
8 lines
168 B
C
8 lines
168 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "core-forward.h"
|
|
|
|
int clock_reset_timewarp(void);
|
|
void clock_apply_epoch(bool allow_backwards);
|