commit | 48ab06b43040bb27d267bb165eedf9e496eb865b | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Wed Mar 04 07:05:39 2015 +0100 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:18:21 2015 +0200 |
tree | cff2cd83453daa7ddb10b6098c1f8fad82ffa9df | |
parent | 872b0dc0537b62503d98bafd3075553795c847cb [diff] [blame] |
zebra: use prototypes/includes in rt_netlink Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/zebra/rt_netlink.h b/zebra/rt_netlink.h index 0facd49..d8f9db8 100644 --- a/zebra/rt_netlink.h +++ b/zebra/rt_netlink.h
@@ -41,6 +41,9 @@ nl_rtproto_to_str (u_char rtproto); +extern int interface_lookup_netlink (void); +extern int netlink_route_read (void); + #endif /* HAVE_NETLINK */ #endif /* _ZEBRA_RT_NETLINK_H */