diff options
author | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-05 08:47:45 +0000 |
---|---|---|
committer | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-07-05 08:47:45 +0000 |
commit | e7879d1afa5b469a38b274c7d7bf4998fd5bbc35 (patch) | |
tree | 8b8764cf3b002336274255b98ec40a35ddd97695 /usr.bin/netstat/netstat.h | |
parent | 66536bbecf14bbdbc330602326d5feb78103e6ff (diff) |
IPComp support. angelos@ ok.
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 7a4a9299925..879499aa7a4 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.17 2001/05/18 02:41:38 provos Exp $ */ +/* $OpenBSD: netstat.h,v 1.18 2001/07/05 08:47:44 jjbg Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -83,6 +83,7 @@ void esp_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 *)); +void ipcomp_stats __P((u_long, char *)); void mbpr(u_long, u_long, u_long); |