blob: d970f6d8baffbe9ac4419e61c8116f6c460190ab [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#ifndef __PIPED_DHCP__
2#define __PIPED_DHCP_
3
4int pd_dhcp_add(struct pd_context *pdc, struct pd_iface *pdi);
5int pd_dhcp_change(struct pd_context *pdc, struct pd_iface *oldi,
6 struct pd_iface *newi);
7int pd_dhcp_del(struct pd_context *pdc, struct pd_iface *pdi);
8void pd_dhcp_clean(struct pd_context *pdc);
9
10#endif