=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/netstat/netstat.h 1998/02/26 10:06:11 1.11 +++ src/usr.bin/netstat/netstat.h 1999/10/29 03:26:40 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.11 1998/02/26 10:06:11 peter Exp $ */ +/* $OpenBSD: netstat.h,v 1.12 1999/10/29 03:26:40 angelos Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -76,6 +76,7 @@ void ah_stats __P((u_long, char *)); void esp_stats __P((u_long, char *)); void ip4_stats __P((u_long, char *)); +void etherip_stats __P((u_long, char *)); void protopr __P((u_long, char *)); void mbpr(u_long);