]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-null.c
Add a "set_datalink" function pointer to the pcap_t structure, whichhandles
[libpcap] / pcap-null.c
index 6f6788d96e3bf151278e4cbafd5956de10fc9ba7..013185a2c51c6b20da6c7791af2b36a1805bd177 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-null.c,v 1.18 2003-07-25 04:42:03 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-null.c,v 1.19 2003-07-25 05:07:02 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -59,9 +59,3 @@ pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
 {
        return (0);
 }
-
-int
-pcap_set_datalink_platform(pcap_t *p, int dlt)
-{
-       return (0);
-}