]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isakmp.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-isakmp.c
index e43c63774f9b07fad15f40d446844969f119ea21..bb741ff43ade322f984d09ab04f867018a327a17 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.29 2001-10-26 03:41:29 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.30 2002-06-01 23:50:32 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -43,9 +43,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-
 #include <netinet/in.h>
 
 #include <stdio.h>