diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:18:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:18:56 +0000 |
commit | 0eaf6d68ac8f221cb85f67e548786a59fcc8e2f1 (patch) | |
tree | ddbdffddc82e5591bd635c384b042058ab631c52 /usr.bin | |
parent | 2f33027abeb1c3643d85a69b0bde6218396da4aa (diff) |
add proto
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/netstat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index e0a6028e516..e27f9f2eb97 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.23 2003/06/03 02:56:13 millert Exp $ */ +/* $OpenBSD: netstat.h,v 1.24 2003/06/25 21:18:55 deraadt Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -90,7 +90,7 @@ void impstats(u_long, u_long); void intpr(int, u_long); void pr_rthdr(int); -void pr_encaphdr(); +void pr_encaphdr(void); void pr_family(int); void rt_stats(u_long); char *ns_phost(struct sockaddr *); |