]> The Tcpdump Group git mirrors - libpcap/commit
PCAP_DEPRECATED() needs the function name as an argument.
authorGuy Harris <[email protected]>
Mon, 11 Sep 2017 20:05:00 +0000 (13:05 -0700)
committerGuy Harris <[email protected]>
Mon, 11 Sep 2017 20:05:00 +0000 (13:05 -0700)
commit0f8a093b32a0f937c2597e591eb41cf9e13cda2a
tree85e1dbf712c62e177379013bbfba75d588c14dc2
parenta4aebc84807d48b45d4c13582969beb81acef7af
PCAP_DEPRECATED() needs the function name as an argument.

MSVC deprecates a function with __pragma(deprecated(func)).  Other
compilers don't need the name, so just ignore it.
pcap/funcattrs.h
pcap/pcap.h