diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:24:07 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-21 03:24:07 +0000 |
commit | 96178ebe518a6263d5bc9b182fdb9f9dfe7f7bb0 (patch) | |
tree | 08eda97d5fcf33f173f26f518fe272e4ce31a7f5 /usr.bin/netstat/netstat.h | |
parent | bd86001cf43adf53475442b386ab17c5c87e1670 (diff) |
ip4 -> ipip
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 71797c3c98a..88355fde585 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.13 1999/12/08 12:30:17 itojun Exp $ */ +/* $OpenBSD: netstat.h,v 1.14 2000/01/21 03:24:06 angelos Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -76,7 +76,7 @@ void icmp_stats __P((u_long, char *)); 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 ipip_stats __P((u_long, char *)); void etherip_stats __P((u_long, char *)); void protopr __P((u_long, char *)); |