utils: fix existing node check when keep_old/no_delete is enabled
[project/netifd.git] / netifd.h
index 2535972..be29b3c 100644 (file)
--- a/netifd.h
+++ b/netifd.h
 #include <libubox/uloop.h>
 
 #include <libubus.h>
-#include <uci.h>
 
 #include "utils.h"
 
 struct device;
 struct interface;
 
-extern struct uci_context *uci_ctx;
-extern bool config_init;
-
-void config_init_interfaces(const char *name);
+extern const char *main_path;
+void netifd_restart(void);
 
 #endif