From 48ae739d196e8a1ad681e5a54ad992302119bd83 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 25 七月 2020 16:37:36 +0800 Subject: [PATCH] update --- src/socket/include/mod_socket.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/socket/include/mod_socket.h b/src/socket/include/mod_socket.h index 21498ee..2fd44cc 100644 --- a/src/socket/include/mod_socket.h +++ b/src/socket/include/mod_socket.h @@ -25,6 +25,7 @@ /** * 鍏抽棴socket + * @return 0 鎴愬姛锛� 鍏朵粬鍊� 澶辫触鐨勯敊璇爜 */ int mod_close_socket(void * _socket); @@ -59,7 +60,7 @@ int mod_recv(void * _socket, void **buf, int *size) ; /** - * 閲婃斁鎺ユ敹淇℃伅鐨刡uf + * 閲婃斁瀛樺偍鎺ユ敹淇℃伅鐨刡uf */ void mod_free(void *buf); -- Gitblit v1.8.0