dect
/
libpcap
Archived
13
0
Fork 0

<pcap.h> does its own 'extern "C"'ification; move it outside our 'extern

"C"'ification, just in case some libpcap/WinPcap add-on includes C++
code.
This commit is contained in:
guy 2007-09-24 23:24:02 +00:00
parent e4238ca93c
commit 6b492f4765
1 changed files with 3 additions and 3 deletions

View File

@ -30,18 +30,18 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.80 2007-03-11 21:44:12 guy Exp $ (LBL)
* @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.81 2007-09-24 23:24:02 guy Exp $ (LBL)
*/
#ifndef pcap_int_h
#define pcap_int_h
#include <pcap.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <pcap.h>
#ifdef WIN32
#include <Packet32.h>
#endif /* WIN32 */