diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-06 07:28:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-05-06 07:28:40 +0000 |
commit | 22f9e05af0fd8d4f6850afdc2025b10f969c1400 (patch) | |
tree | b2d354def85efa5bf9319769883db4201ab1f246 /sys/netinet/ip_ipsp.h | |
parent | 9c7db1c3fa6774fd0192cfd4e978c703edbf1794 (diff) |
string cleaning; tedu ok
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r-- | sys/netinet/ip_ipsp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index 7a6228af4d9..f429e13559d 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.121 2002/06/09 16:26:10 itojun Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.122 2003/05/06 07:28:39 deraadt Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr), @@ -659,7 +659,7 @@ extern struct m_tag *ipsp_parse_headers(struct mbuf *, int, u_int8_t); extern int ipsp_ref_match(struct ipsec_ref *, struct ipsec_ref *); extern ssize_t ipsec_hdrsz(struct tdb *); extern void ipsec_adjust_mtu(struct mbuf *, u_int32_t); -extern int ipsp_print_tdb(struct tdb *, char *); +extern int ipsp_print_tdb(struct tdb *, char *, size_t); extern struct ipsec_acquire *ipsec_get_acquire(u_int32_t); extern int ipsp_aux_match(struct ipsec_ref *, struct ipsec_ref *, struct ipsec_ref *, struct ipsec_ref *, struct ipsec_ref *, |