ed 260d7934a5 Forward declare mbuf and inpcb.
This fixes a compiler warning at WARNS=6 when including the header files
as follows:

	#include <sys/types.h>
	#include <netinet/in.h>
	#include <netinet/ip_var.h>
	#include <netinet/udp.h>
	#include <netinet/udp_var.h>
2011-10-16 10:58:00 +00:00
..
2011-04-13 11:28:46 +00:00
2011-08-01 13:41:38 +00:00
2011-08-20 17:05:11 +00:00
2011-09-15 12:20:52 +00:00
2011-05-29 18:41:06 +00:00
2011-04-30 11:22:30 +00:00
2011-05-29 18:41:06 +00:00
2011-01-07 21:40:34 +00:00
2011-08-20 17:05:11 +00:00
2011-10-16 10:58:00 +00:00
2011-01-07 21:40:34 +00:00