utils: fix existing node check when keep_old/no_delete is enabled
[project/netifd.git] / system.h
index 8658467..c9b28c8 100644 (file)
--- a/system.h
+++ b/system.h
@@ -5,6 +5,8 @@
 #include "device.h"
 #include "interface-ip.h"
 
+int system_init(void);
+
 int system_bridge_addbr(struct device *bridge);
 int system_bridge_delbr(struct device *bridge);
 int system_bridge_addif(struct device *bridge, struct device *dev);