X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;h=160ea3bccd7636c8a0de49466c5c33333d39c614;hp=fabf4d9d21a4f419d131f263f0d8b87806ef655f;hb=3a9fe0cb9fa812bdecdf0a6f2d5e81877fe8cd1b;hpb=5d1fff7af6f77c9bf0d46572c7af563cd9fc55b3;ds=inline diff --git a/netifd.h b/netifd.h index fabf4d9..160ea3b 100644 --- a/netifd.h +++ b/netifd.h @@ -13,16 +13,17 @@ #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; +extern bool config_init; void config_init_interfaces(const char *name);