mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
13 lines
275 B
C
13 lines
275 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "specifier.h"
|
|
#include "sysupdate-forward.h"
|
|
|
|
extern bool arg_sync;
|
|
extern uint64_t arg_instances_max;
|
|
extern char *arg_root;
|
|
extern char *arg_transfer_source;
|
|
|
|
extern const Specifier specifier_table[];
|