]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-nit.c
Allow a platform to add information to the version string.
[libpcap] / pcap-nit.c
index 19f10fc3e8c8e1132d56a5f7826811065d5da410..b18f815515654684029d1e35b1022f3100bce83b 100644 (file)
@@ -382,3 +382,12 @@ pcap_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf)
 {
        return (pcap_findalldevs_interfaces(devlistp, errbuf, can_be_bound));
 }
+
+/*
+ * No platform-specific information.
+ */
+const char *
+pcap_platform_lib_version(void)
+{
+       return (NULL);
+}