#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 |