]> The Tcpdump Group git mirrors - libpcap/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 d937cd3637ce5b677bde70f8e4151f018e670c98..893a5fcbf13856b27d46ae6bb418884dce2bd5f9 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.11 2000-06-18 11:12:59 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -35,8 +35,6 @@ static const char rcsid[] =
 
 #include "interface.h"
 
 
 #include "interface.h"
 
-extern void bpf_dump(struct bpf_program *, int);
-
 void
 bpf_dump(struct bpf_program *p, int option)
 {
 void
 bpf_dump(struct bpf_program *p, int option)
 {