=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/netstat/netstat.h 2005/01/14 15:00:44 1.29 --- src/usr.bin/netstat/netstat.h 2005/02/10 05:28:58 1.30 *************** *** 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 $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.30 2005/02/10 05:28:58 itojun Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 73,78 **** --- 73,81 ---- #endif void tcp_stats(u_long, char *); void udp_stats(u_long, char *); + #ifdef DCCP + void dccp_stats(u_long, char *); + #endif void ip_stats(u_long, char *); void icmp_stats(u_long, char *); void igmp_stats(u_long, char *);