X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=5ae6a390e5ddb1d6dd0c111dd6b4b13583ea4316;hp=090b07bdc3807e815fece3e2ef2ed93bad570a98;hb=b61c3f98223a264de219be37720b3bee5f19cf81;hpb=74cd69a0fe942e03429582f06969d26d478e54aa diff --git a/src/odhcpd.h b/src/odhcpd.h index 090b07b..5ae6a39 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -206,3 +206,5 @@ int setup_router_interface(struct interface *iface, bool enable); int setup_dhcpv6_interface(struct interface *iface, bool enable); int setup_ndp_interface(struct interface *iface, bool enable); int setup_dhcpv4_interface(struct interface *iface, bool enable); + +void odhcpd_reload(void);