From: Felix Fietkau Date: Wed, 11 Aug 2010 15:56:21 +0000 (+0200) Subject: Fix interface list definition X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frelayd.git;a=commitdiff_plain;h=374b6a36ab4a1f93beea05e490cb0f8b4d6ef888;hp=eac0b3af3c53564350065b807779e06f3a92580b;ds=inline Fix interface list definition --- diff --git a/relayd.h b/relayd.h index e724c4e..fd23833 100644 --- a/relayd.h +++ b/relayd.h @@ -104,7 +104,7 @@ struct rtnl_req { struct rtmsg rt; } __packed; -struct list_head interfaces; +extern struct list_head interfaces; extern int debug; void relayd_add_route(struct relayd_host *host);