summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp4-bus.h
blob: 482e824c0ac1e8e49b1efb7d16ba16de0514055b (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "sd-dhcp-client.h"

#include "networkd-link-bus.h"

extern const BusObjectImplementation dhcp_client_object;

int dhcp_client_callback_bus(sd_dhcp_client *client, int event, void *userdata);