From 8a5ae7727a7d6ebcdc5433938acfaec180267af0 Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-T772REH\\wangyu" Date: Mon, 18 Jun 2018 22:44:37 +0800 Subject: [PATCH] delete useless extern c --- pcap_wrapper.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pcap_wrapper.h b/pcap_wrapper.h index 712bced..304eeb3 100644 --- a/pcap_wrapper.h +++ b/pcap_wrapper.h @@ -1,8 +1,8 @@ #pragma once -#ifdef __cplusplus -extern "C" { -#endif +//#ifdef __cplusplus +//extern "C" { +//#endif //#include //#include @@ -116,9 +116,9 @@ inline int pcap_set_immediate_mode(pcap_t *,int) -#ifdef __cplusplus -} -#endif +//#ifdef __cplusplus +//} +//#endif int init_pcap();