=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/netstat/netstat.h 2008/01/03 21:01:40 1.47 --- src/usr.bin/netstat/netstat.h 2008/09/16 15:48:13 1.48 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.47 2008/01/03 21:01:40 claudio Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.48 2008/09/16 15:48:13 gollo Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 82,87 **** --- 82,88 ---- void ipip_stats(char *); void carp_stats (char *); void pfsync_stats (char *); + void pflow_stats (char *); void etherip_stats(char *); void ipcomp_stats(char *);