diff options
| author | 2003-06-25 21:18:55 +0000 | |
|---|---|---|
| committer | 2003-06-25 21:18:55 +0000 | |
| commit | 0508ebfaf3e4c3a7ef24f33cc83accd5854f9af4 (patch) | |
| tree | 476f1ba97fb5682a5f1e23113a0f9764c46e67fc | |
| parent | proto cleanup (diff) | |
| download | wireguard-openbsd-0508ebfaf3e4c3a7ef24f33cc83accd5854f9af4.tar.xz wireguard-openbsd-0508ebfaf3e4c3a7ef24f33cc83accd5854f9af4.zip | |
add proto
| -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 *); |
