add a ubus call for triggering config reloads
[project/netifd.git] / netifd.h
index be29b3c..fc2b6a7 100644 (file)
--- a/netifd.h
+++ b/netifd.h
@@ -18,5 +18,6 @@ struct interface;
 
 extern const char *main_path;
 void netifd_restart(void);
+void netifd_reload(void);
 
 #endif