summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 03:26:41 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-10-29 03:26:41 +0000
commitada8046059288501276f4440523f531e7de5f58a (patch)
tree5bd712889ff818a465619bb435a52ffe2bc43597 /usr.bin/netstat/netstat.h
parent7b584cbf8103cf78a8db3cbb08e378ff5a47a4b9 (diff)
etherip statistics
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index 678f3cd0af5..4b6b18779ae 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -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 igmp_stats __P((u_long, char *));
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);