]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkctl.h
network: make Reload bus method synchronous
[thirdparty/systemd.git] / src / network / networkctl.h
CommitLineData
15fde154
MY
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2#pragma once
3
4#include <stdbool.h>
5
6#include "sd-bus.h"
7
8#include "output-mode.h"
9#include "pager.h"
10
11extern PagerFlags arg_pager_flags;
12extern bool arg_legend;
13extern bool arg_no_reload;
14extern bool arg_all;
15extern bool arg_stats;
16extern bool arg_full;
17extern bool arg_runtime;
18extern unsigned arg_lines;
19extern char *arg_drop_in;
20extern JsonFormatFlags arg_json_format_flags;
21
22bool networkd_is_running(void);
23int acquire_bus(sd_bus **ret);