Revision 6cb9c6d3 slirp/ip_icmp.h

b/slirp/ip_icmp.h
153 153
	(type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
154 154
	(type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
155 155

  
156
void icmp_input _P((struct mbuf *, int));
156
void icmp_input(struct mbuf *, int);
157 157
void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
158 158
                const char *message);
159
void icmp_reflect _P((struct mbuf *));
159
void icmp_reflect(struct mbuf *);
160 160

  
161 161
#endif

Also available in: Unified diff