blob: 7c72fd2759878a6af58b4260d181989b00992dfa (
plain) (
blame)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: AGPL-3.0-or-later
* Copyright (c) 2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
*/
int dhcp(struct ctx *c, struct pool *p);
void dhcp_init(void);
|