diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2004-09-15 20:13:26 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2004-09-15 20:13:26 +0000 |
| commit | e0982661911e3ca7edbd664b7adba879ed9467bb (patch) | |
| tree | 8aac23c439beefe50c1b1751c071c1ddee07eb91 /sys/netinet/ip_var.h | |
| parent | f2a9e366299932cc0246b43be1f8ab5dbb7c8e41 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 46bd596f2895..2fa80d356151 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -176,7 +176,7 @@ void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *, struct mbuf *); void ip_slowtimo(void); struct mbuf * - ip_srcroute(void); + ip_srcroute(struct mbuf *); void ip_stripoptions(struct mbuf *, struct mbuf *); u_int16_t ip_randomid(void); int rip_ctloutput(struct socket *, struct sockopt *); |
