| #ifndef __PIPED_DNS__ |
| #define __PIPED_DNS__ |
| |
| int pd_dns4_add(struct pd_context *pdc, struct pd_iface *pdi); |
| int pd_dns4_change(struct pd_context *pdc, struct pd_iface *oldi, |
| struct pd_iface *newi); |
| int pd_dns4_del(struct pd_context *pdc, struct pd_iface *pdi); |
| int pd_dns6_add(struct pd_context *pdc, struct pd_iface *pdi); |
| int pd_dns6_change(struct pd_context *pdc, struct pd_iface *oldi, |
| struct pd_iface *newi); |
| int pd_dns6_del(struct pd_context *pdc, struct pd_iface *pdi); |
| void pd_dns_clean(struct pd_context *pdc); |
| |
| #endif |