blob: d970f6d8baffbe9ac4419e61c8116f6c460190ab [file] [log] [blame]
#ifndef __PIPED_DHCP__
#define __PIPED_DHCP_
int pd_dhcp_add(struct pd_context *pdc, struct pd_iface *pdi);
int pd_dhcp_change(struct pd_context *pdc, struct pd_iface *oldi,
struct pd_iface *newi);
int pd_dhcp_del(struct pd_context *pdc, struct pd_iface *pdi);
void pd_dhcp_clean(struct pd_context *pdc);
#endif