]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-icmp.c
index 34d175f1d008d986b9cdbb56910e9c268937abf8..681c735fd14f93184a399a99c0f13ea9cf13e37b 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.63 2001-10-27 07:21:34 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.64 2002-06-01 23:50:32 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -32,9 +32,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-
 #include <netinet/in.h>
 
 #include <stdio.h>