mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-08 08:09:34 +08:00
delete useless extern c
This commit is contained in:
parent
56727f76b6
commit
8a5ae7727a
@ -1,8 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef __cplusplus
|
//#ifdef __cplusplus
|
||||||
extern "C" {
|
//extern "C" {
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
//#include <sys/time.h>
|
//#include <sys/time.h>
|
||||||
//#include <stdint.h>
|
//#include <stdint.h>
|
||||||
@ -116,9 +116,9 @@ inline int pcap_set_immediate_mode(pcap_t *,int)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
//#ifdef __cplusplus
|
||||||
}
|
//}
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
int init_pcap();
|
int init_pcap();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user