Deleted Added
full compact
1c1
< /* $FreeBSD: head/usr.bin/netstat/ipsec.c 78309 2001-06-15 23:07:59Z assar $ */
---
> /* $FreeBSD: head/usr.bin/netstat/ipsec.c 78314 2001-06-15 23:35:13Z assar $ */
73c73
< "$FreeBSD: head/usr.bin/netstat/ipsec.c 78309 2001-06-15 23:07:59Z assar $";
---
> "$FreeBSD: head/usr.bin/netstat/ipsec.c 78314 2001-06-15 23:35:13Z assar $";
162,165c162,165
< static void print_ipsecstats __P((void));
< static const char *pfkey_msgtype_names __P((int));
< static void ipsec_hist __P((const u_quad_t *, size_t, const struct val2str *,
< size_t, const char *));
---
> static void print_ipsecstats (void);
> static const char *pfkey_msgtype_names (int);
> static void ipsec_hist (const u_quad_t *, size_t, const struct val2str *,
> size_t, const char *);
171,176c171,175
< ipsec_hist(hist, histmax, name, namemax, title)
< const u_quad_t *hist;
< size_t histmax;
< const struct val2str *name;
< size_t namemax;
< const char *title;
---
> ipsec_hist(const u_quad_t *hist,
> size_t histmax,
> const struct val2str *name,
> size_t namemax,
> const char *title)
204c203
< print_ipsecstats()
---
> print_ipsecstats(void)
241,243c240
< ipsec_stats(off, name)
< u_long off;
< char *name;
---
> ipsec_stats(u_long off, char *name)
254,255c251
< pfkey_msgtype_names(x)
< int x;
---
> pfkey_msgtype_names(int x)
268,270c264
< pfkey_stats(off, name)
< u_long off;
< char *name;
---
> pfkey_stats(u_long off, char *name)