]> The Tcpdump Group git mirrors - libpcap/commit
Pick up, from the FreeBSD libpcap, changes to surround all declarations with
authorguy <guy>
Sat, 29 Jul 2000 07:36:41 +0000 (07:36 +0000)
committerguy <guy>
Sat, 29 Jul 2000 07:36:41 +0000 (07:36 +0000)
commit84f822f4d81584af867b7d74d9169ce70a04501c
tree568aea2234aa900bd0635369a6052cba3d05c6c5
parent84f2cb311c405c69bcac44f3a514554d3b682df3
Pick up, from the FreeBSD libpcap, changes to surround all declarations with

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

so that C++ code can include these header files and correctly call the
C-language routines they declare.
pcap-int.h
pcap-namedb.h
pcap.h