add a ubus call for triggering config reloads
[oweals/netifd.git] / netifd.h
index be29b3cc8c213e5cb984b4c63197f81c9910b89a..fc2b6a7540336da788d4b0394500a905460bd69e 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