summaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-09-06 22:01:38 -0700
committerGuy Harris <guy@alum.mit.edu>2017-09-06 22:01:38 -0700
commitf290068cc95f6e635791ee7f871e7118b6458502 (patch)
tree9f3fd77cf51551ccbc12bf6598218978c2fe33e4 /pcap-int.h
parentbad8c25c99cf5511125c7a7e688113c0811841c4 (diff)
downloadlibpcap-f290068cc95f6e635791ee7f871e7118b6458502.tar.gz
Push pcap_lib_version() into the pcap-XXX.c files.
This lets us move the Windows version to pcap-win32.c, so we don't have to include packet32.h in pcap.c. It also gets rid of some #ifdefs, and lets us construct the version string on UN*X platforms, and MS-DOS, at compile time.
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pcap-int.h b/pcap-int.h
index 36ce1b78..b0ba6d37 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -393,14 +393,6 @@ int pcap_setnonblock_fd(pcap_t *p, int);
#endif
/*
- * Internal interfaces for "pcap_lib_version()".
- *
- * "pcap_platform_lib_version()" returns platform-specific version
- * information, or NULL if there isn't any.
- */
-const char *pcap_platform_lib_version(void);
-
-/*
* Internal interfaces for "pcap_create()".
*
* "pcap_create_interface()" is the routine to do a pcap_create on