mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 10:59:49 +00:00
11 lines
304 B
C
11 lines
304 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "sd-dhcp6-client.h"
|
|
|
|
int dhcp6_client_set_state_callback(
|
|
sd_dhcp6_client *client,
|
|
sd_dhcp6_client_callback_t cb,
|
|
void *userdata);
|
|
int dhcp6_client_get_state(sd_dhcp6_client *client);
|