config: fix feature for enabling service only when interface RUNNING
[project/odhcpd.git] / src / odhcpd.h
index 0550bc28d4ebfcad87c46f41ac157cd9964d0ca5..bd61b012ff3fa89d0289946408d16513a2921b3c 100644 (file)
@@ -475,5 +475,6 @@ void dhcpv4_handle_msg(void *addr, void *data, size_t len,
 int router_setup_interface(struct interface *iface, bool enable);
 int dhcpv6_setup_interface(struct interface *iface, bool enable);
 int ndp_setup_interface(struct interface *iface, bool enable);
+void reload_services(struct interface *iface);
 
 void odhcpd_reload(void);