patch-2.3.15 linux/include/net/dn_fib.h

Next file: linux/include/net/dn_neigh.h
Previous file: linux/include/net/dn_dev.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/include/net/dn_fib.h linux/include/net/dn_fib.h
@@ -73,12 +73,12 @@
 
 extern int dn_fib_rt_message(struct sk_buff *skb);
 extern int dn_fib_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
+extern int dn_fib_resolve(struct dn_fib_res *res);
 
 #ifdef CONFIG_RTNETLINK
 extern int dn_fib_rtm_delroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
 extern int dn_fib_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
 extern int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb);
-extern int dn_fib_rtm_getroute(struct sk_buff *skb, struct nlmsghdr *nlh, void *arg);
 #endif /* CONFIG_RTNETLINK */
 #endif /* CONFIG_DECNET_ROUTER */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)