summaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-16 21:30:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-16 21:30:36 +0000
commit6d482af2eab04b3d3aef695c895761acfafa18e0 (patch)
tree988a0d2394ca3693e23c18db00b406ca3a231ac5 /sys/netinet/in.h
parent1fa54c44ce388765511dd93bab101711fb09cbb5 (diff)
rresvport_af() and bindresvport_af()
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 84a9cc056d7..46eecf8694c 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.26 1999/12/08 06:50:19 itojun Exp $ */
+/* $OpenBSD: in.h,v 1.27 1999/12/16 21:30:34 deraadt Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -632,6 +632,7 @@ struct in6_pktinfo {
__BEGIN_DECLS
int bindresvport __P((int, struct sockaddr_in *));
+int bindresvport_af __P((int, struct sockaddr *, int af));
__END_DECLS
#else