X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;h=17b839b722fb133abd3963ca20856a6e98012d88;hp=fabf4d9d21a4f419d131f263f0d8b87806ef655f;hb=aa76c9ee78146f97512f96524d3abb94210040a5;hpb=c986fc7131d360923908546deab26717a839400d diff --git a/netifd.h b/netifd.h index fabf4d9..17b839b 100644 --- a/netifd.h +++ b/netifd.h @@ -13,15 +13,15 @@ #include #include -#include "device.h" -#include "interface.h" - #ifdef DEBUG #define DPRINTF(format, ...) fprintf(stderr, "%s(%d): " format, __func__, __LINE__, ## __VA_ARGS__) #else #define DPRINTF(...) do {} while(0) #endif +struct device; +struct interface; + extern struct uci_context *uci_ctx; void config_init_interfaces(const char *name);