diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-09 01:46:13 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-09 01:46:13 +0100 |
commit | b8438154804c3fe105d41ecbd00a597315506f30 (patch) | |
tree | fd6a4426cd19b69167400944cbf8a38f9b0a5536 /system.h | |
parent | 56379983b9f406110bce29f5023320e1a4e7efc3 (diff) |
system: mark tunnel_attr_list as extern
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |