]> The Tcpdump Group git mirrors - tcpdump/commitdiff
remove extra prototype (now in interface.h)
authorassar <assar>
Sun, 18 Jun 2000 11:12:59 +0000 (11:12 +0000)
committerassar <assar>
Sun, 18 Jun 2000 11:12:59 +0000 (11:12 +0000)
bpf_dump.c

index 511b14e36e193c1be9f7ac7f9dd0c4eda6837cf3..d928161edf8f2539e5f32f22087cd94a98c9a563 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/bpf_dump.c,v 1.11 2000-06-18 11:12:59 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -35,8 +35,6 @@ static const char rcsid[] =
 
 #include "interface.h"
 
-extern void bpf_dump(struct bpf_program *, int);
-
 void
 bpf_dump(struct bpf_program *p, int option)
 {