Remove a dangling extern "C" declaration that was missed during the

merge. Fixes C++ ports using libpcap (nmap, for example).

Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
This commit is contained in:
Rui Paulo 2009-03-31 11:04:51 +00:00
parent 75b88cb05e
commit fa01cfefc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190591

View File

@ -53,10 +53,6 @@
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
#define PCAP_VERSION_MAJOR 2
#define PCAP_VERSION_MINOR 4