From 96178ebe518a6263d5bc9b182fdb9f9dfe7f7bb0 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Fri, 21 Jan 2000 03:24:07 +0000 Subject: ip4 -> ipip --- usr.bin/netstat/netstat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/netstat/netstat.h') 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 *)); -- cgit v1.2.3