diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2007-04-20 14:34:54 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2007-04-20 14:34:54 +0000 |
| commit | 4d6e713043a29568ea07e2a495cd0096d11be42a (patch) | |
| tree | d50ed633523d6e403506f6bc0e65d631b328c6cf /sys/netinet/tcp_var.h | |
| parent | e207f800392a350bd09109fc07d767a1a6e520dd (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 5752da97eb8f..fad4cf4eb181 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -542,7 +542,7 @@ void syncache_init(void); void syncache_unreach(struct in_conninfo *, struct tcphdr *); int syncache_expand(struct in_conninfo *, struct tcpopt *, struct tcphdr *, struct socket **, struct mbuf *); -int syncache_add(struct in_conninfo *, struct tcpopt *, +void syncache_add(struct in_conninfo *, struct tcpopt *, struct tcphdr *, struct inpcb *, struct socket **, struct mbuf *); void syncache_chkrst(struct in_conninfo *, struct tcphdr *); void syncache_badack(struct in_conninfo *); |
