mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 16:55:44 +00:00
10 lines
187 B
C
10 lines
187 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <inttypes.h>
|
|
#include <stdbool.h>
|
|
|
|
extern bool arg_sync;
|
|
extern uint64_t arg_instances_max;
|
|
extern char *arg_root;
|