From f3a107ae0f4635e814e39480eafda909a24ee907 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 15 十二月 2020 15:52:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/socket/shm_stream_mod_socket.h | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/socket/shm_stream_mod_socket.h b/src/socket/shm_stream_mod_socket.h
index 9fd29a2..305c2fd 100644
--- a/src/socket/shm_stream_mod_socket.h
+++ b/src/socket/shm_stream_mod_socket.h
@@ -2,9 +2,7 @@
#define __shm_stream_mod_socket_SOCKET_H__
-#ifdef __cplusplus
-extern "C" {
-#endif
+
enum socket_mod_t
{
@@ -70,8 +68,6 @@
*/
int shm_stream_mod_socket_get_key(void * _socket);
-#ifdef __cplusplus
-}
-#endif
+
#endif
\ No newline at end of file
--
Gitblit v1.8.0