summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-07 09:18:54 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-07 09:18:54 +0200
commit3fa53680c85a6e029a3e7b4d673bffee4795fa52 (patch)
treee39243596c98b9f03177b6b518ec4276edd05de8 /netifd.h
parent3492219e211678c56b48d3f544cb0c0da9d606a0 (diff)
downloadnetifd-3fa53680c85a6e029a3e7b4d673bffee4795fa52.tar.gz
move more stuff out of netifd.h
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/netifd.h b/netifd.h
index 2535972..69210ac 100644
--- a/netifd.h
+++ b/netifd.h
@@ -10,16 +10,10 @@
#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);
-
#endif