修改__cplusplus->__cpluscplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _TAP_H_
|
||||
#define _TAP_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -12,7 +12,7 @@ void tap_close(int sockfd);
|
||||
int tap_up_link(const char *eth);
|
||||
int tap_get_mtu(const char *eth);
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user