summaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index b2e542f85dd..af1c8a5b7d7 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_var.h,v 1.49 2015/10/22 17:48:34 mpi Exp $ */
+/* $OpenBSD: if_var.h,v 1.50 2015/10/24 10:52:05 reyk Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -430,6 +430,9 @@ void if_clone_detach(struct if_clone *);
int if_clone_create(const char *);
int if_clone_destroy(const char *);
+struct if_clone *
+ if_clone_lookup(const char *, int *);
+
int sysctl_mq(int *, u_int, void *, size_t *, void *, size_t,
struct mbuf_queue *);