]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-network-bus.h
Merge pull request #13298 from RPigott/busctl
[thirdparty/systemd.git] / src / network / networkd-network-bus.h
CommitLineData
ceac2c2b
YW
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "sd-bus.h"
5
6typedef struct Link Link;
7
8extern const sd_bus_vtable network_vtable[];
9
10int network_node_enumerator(sd_bus *bus, const char *path, void *userdata, char ***nodes, sd_bus_error *error);
11int network_object_find(sd_bus *bus, const char *path, const char *interface, void *userdata, void **found, sd_bus_error *error);