summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp6-bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-dhcp6-bus.h')
-rw-r--r--src/network/networkd-dhcp6-bus.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp6-bus.h b/src/network/networkd-dhcp6-bus.h
new file mode 100644
index 0000000..76a6b72
--- /dev/null
+++ b/src/network/networkd-dhcp6-bus.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "sd-dhcp6-client.h"
+
+#include "networkd-link-bus.h"
+
+extern const BusObjectImplementation dhcp6_client_object;
+
+void dhcp6_client_callback_bus(sd_dhcp6_client *client, int event, void *userdata);