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/ip_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.45 retrieving revision 1.45.2.1 diff -u -p -r1.45 -r1.45.2.1 --- src/sys/netinet/ip_var.h 2001/03/02 04:26:10 1.45 +++ src/sys/netinet/ip_var.h 2002/01/08 00:34:10 1.45.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_var.h,v 1.45 2001/03/02 04:26:10 itojun Exp $ */ +/* $NetBSD: ip_var.h,v 1.45.2.1 2002/01/08 00:34:10 nathanw Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -225,6 +225,7 @@ struct mbuf * void ip_stripoptions __P((struct mbuf *, struct mbuf *)); int ip_sysctl __P((int *, u_int, void *, size_t *, void *, size_t)); void ipintr __P((void)); +void * rip_ctlinput __P((int, struct sockaddr *, void *)); int rip_ctloutput __P((int, struct socket *, int, int, struct mbuf **)); void rip_init __P((void)); void rip_input __P((struct mbuf *, ...));