Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- src/sys/netinet/raw_ip.c 1996/05/24 19:03:13 1.29 +++ src/sys/netinet/raw_ip.c 1996/05/28 23:27:04 1.30 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.29 1996/05/24 19:03:13 mycroft Exp $ */ +/* $NetBSD: raw_ip.c,v 1.30 1996/05/28 23:27:04 pk Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -60,6 +60,10 @@ struct inpcbtable rawcbtable; +int rip_bind __P((struct inpcb *, struct mbuf *)); +int rip_connect __P((struct inpcb *, struct mbuf *)); +void rip_disconnect __P((struct inpcb *)); + /* * Nominal space allocated to a raw ip socket. */