]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-int.h
Allow a platform to add information to the version string.
[libpcap] / pcap-int.h
index 052c24892ecf79da7dac5ff0a8df3e3ed4e6266f..66c3d0634c1e8247c43b851592fe9e64637636c1 100644 (file)
@@ -389,6 +389,14 @@ int        pcap_getnonblock_fd(pcap_t *);
 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()".
  *