summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-09 01:46:13 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-09 01:46:13 +0100
commitb8438154804c3fe105d41ecbd00a597315506f30 (patch)
treefd6a4426cd19b69167400944cbf8a38f9b0a5536 /system.h
parent56379983b9f406110bce29f5023320e1a4e7efc3 (diff)
downloadnetifd-b8438154804c3fe105d41ecbd00a597315506f30.tar.gz
system: mark tunnel_attr_list as extern
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index b3298bd..97fbc8b 100644
--- a/system.h
+++ b/system.h
@@ -37,7 +37,7 @@ enum tunnel_param {
__TUNNEL_ATTR_MAX
};
-const struct uci_blob_param_list tunnel_attr_list;
+extern const struct uci_blob_param_list tunnel_attr_list;
enum bridge_opt {
/* stp and forward delay always set */