aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2008-08-20 03:14:48 +0000
committerKip Macy <kmacy@FreeBSD.org>2008-08-20 03:14:48 +0000
commit1887d35f060e06496dcb3794b25c00622bbfcee8 (patch)
treed8c5d72e74a1e8afc6f621130a37ed49ec2a9e8c
parent55a738ec2bdf164cfd69558123ecd4eb77f61258 (diff)
downloadsrc-1887d35f060e06496dcb3794b25c00622bbfcee8.tar.gz
src-1887d35f060e06496dcb3794b25c00622bbfcee8.zip
Fix build
Notes
Notes: svn path=/head/; revision=181892
-rw-r--r--sys/net/if_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 2e3dc0db4dc4..588dead76389 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -646,6 +646,8 @@ struct ifindex_entry {
};
struct ifnet *ifnet_byindex(u_short idx);
+void ifnet_setbyindex(u_short idx, struct ifnet *ifp);
+
/*
* Given the index, ifaddr_byindex() returns the one and only
* link-level ifaddr for the interface. You are not supposed to use