summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-05 05:49:11 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-05 05:49:11 +0200
commit818abd9f2f42c36a0f91ff6d29a9a635398216e0 (patch)
tree93d798fa855cc8acc6bbd5754ab2b50186ef42c2 /system.h
parentf026eb8247d74f88a6b704af866879867574f9f0 (diff)
downloadnetifd-818abd9f2f42c36a0f91ff6d29a9a635398216e0.tar.gz
move ip related functions and data structures to a separate header file
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index 835a49d..8658467 100644
--- a/system.h
+++ b/system.h
@@ -3,6 +3,7 @@
#include <sys/socket.h>
#include "device.h"
+#include "interface-ip.h"
int system_bridge_addbr(struct device *bridge);
int system_bridge_delbr(struct device *bridge);