mirror of
https://github.com/systemd/systemd.git
synced 2026-07-20 22:40:40 +00:00
11 lines
268 B
C
11 lines
268 B
C
/* 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);
|