netifd: propagate error code on netifd_reload()
[project/netifd.git] / netifd.h
index 5a908587efafeec1ce5640d219d52e6b08c37a91..e565423ab774f862ea1de398d6ba56e0155ebf90 100644 (file)
--- a/netifd.h
+++ b/netifd.h
@@ -98,6 +98,6 @@ struct interface;
 extern const char *main_path;
 extern const char *config_path;
 void netifd_restart(void);
-void netifd_reload(void);
+int netifd_reload(void);
 
 #endif