summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2015-12-18 14:02:16 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2015-12-18 14:02:16 +0000
commitf6b6f06923d9740e0f0d2be1b3ca4487f505e2b2 (patch)
treeb4ec71f47b1e950303be8abc4accf274c181779e /sys
parent8c734a3b82d9bf124fc1f138f3194c21579200b4 (diff)
Remove leftover prototype.
ok mpi@
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 6718862349e..08facc5afad 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.68 2015/12/09 15:05:51 mpi Exp $ */
+/* $OpenBSD: if_var.h,v 1.69 2015/12/18 14:02:15 visa Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -293,7 +293,6 @@ extern unsigned int lo0ifidx;
extern struct taskq *softnettq;
void if_start(struct ifnet *);
-void if_start_barrier(struct ifnet *);
int if_enqueue_try(struct ifnet *, struct mbuf *);
int if_enqueue(struct ifnet *, struct mbuf *);
void if_input(struct ifnet *, struct mbuf_list *);