From f7a18ec4494b9c5c9ef3fd440bbf68ffc6425e18 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 08 十二月 2022 15:40:56 +0800
Subject: [PATCH] 智慧驾培首次提交

---
 lib/src/main/cpp/common/net.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/common/net.h b/lib/src/main/cpp/common/net.h
index 9f5685c..6894885 100644
--- a/lib/src/main/cpp/common/net.h
+++ b/lib/src/main/cpp/common/net.h
@@ -45,8 +45,8 @@
     void(*receive_data_func)(void *, int, void *, void *);	//鏁版嵁鍥炶皟鍑芥暟鎸囬拡
     void *receive_data_func_context;	//鏁版嵁鍥炶皟鍑芥暟涓婁笅鏂�
 
-    static void *TcpConnectThread(void *p);
-    static void *TcpListenThread(void *p);
+    static void TcpConnectThread(void *p);
+    static void TcpListenThread(void *p);
 };
 
 //int WriteTCP(int fd, const uint8_t * buf, uint32_t len);

--
Gitblit v1.8.0