Files
systemd/src/sysupdate/sysupdate.h
2024-02-21 09:25:46 +01:00

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;