diff options
author | Steven Barth <steven@midlink.org> | 2013-10-15 23:35:25 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-15 23:35:25 +0200 |
commit | b61c3f98223a264de219be37720b3bee5f19cf81 (patch) | |
tree | 0a32d0c3ea3000b8348810f3f2b4b9919bdc7d1d /src/odhcpd.h | |
parent | 3d5e419ca3214b9e9f1e183b64be049f139a8235 (diff) |
Handle reload mechanism
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |