aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/ip_icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/ip_icmp.h')
-rw-r--r--slirp/ip_icmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/slirp/ip_icmp.h b/slirp/ip_icmp.h
index 8c9b5a1..42740db 100644
--- a/slirp/ip_icmp.h
+++ b/slirp/ip_icmp.h
@@ -157,8 +157,8 @@ struct icmp {
(type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
(type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
-void icmp_input _P((struct mbuf *, int));
-void icmp_error _P((struct mbuf *, u_char, u_char, int, char *));
-void icmp_reflect _P((struct mbuf *));
+void icmp_input _P((MBuf , int));
+void icmp_error _P((MBuf , u_char, u_char, int, char *));
+void icmp_reflect _P((MBuf ));
#endif