=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/netstat/netstat.h 2004/06/06 16:55:31 1.28 --- src/usr.bin/netstat/netstat.h 2005/01/14 15:00:44 1.29 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.28 2004/06/06 16:55:31 cedric Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.29 2005/01/14 15:00:44 mcbride Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 76,81 **** --- 76,82 ---- void ip_stats(u_long, char *); void icmp_stats(u_long, char *); void igmp_stats(u_long, char *); + void pim_stats(u_long, char *); void ah_stats(u_long, char *); void esp_stats(u_long, char *); void ipip_stats(u_long, char *);