summaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 06:05:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-07 06:05:06 +0000
commit05408b7afa903b5486b1034af6a525057e9b4e96 (patch)
tree47452b5d27a99a3be16fbcc7d3e943bbb2b28237 /sys/netinet/in_pcb.h
parent295ce5eae351f319add00a5414929fe54cbdef05 (diff)
in_pcblookup() now takes ptr to both ip address arguments
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 9cb91e53369..9aec9b0c74f 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_pcb.h,v 1.11 1999/01/07 05:44:32 deraadt Exp $ */
+/* $OpenBSD: in_pcb.h,v 1.12 1999/01/07 06:05:04 deraadt Exp $ */
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
/*
@@ -120,8 +120,8 @@ struct inpcb *
u_int, struct in_addr, u_int));
void in_pcbinit __P((struct inpcbtable *, int));
struct inpcb *
- in_pcblookup __P((struct inpcbtable *,
- struct in_addr, u_int, struct in_addr, u_int, int));
+ in_pcblookup __P((struct inpcbtable *, void *, u_int, void *,
+ u_int, int));
void in_pcbnotify __P((struct inpcbtable *, struct sockaddr *,
u_int, struct in_addr, u_int, int, void (*)(struct inpcb *, int)));
void in_pcbnotifyall __P((struct inpcbtable *, struct sockaddr *,