libcbhomebus_func.h
@@ -190,6 +190,21 @@ */ typedef int(*tfn_shm_mod_socket_remove_keys) (int*, int); /** * 创建 */ typedef void *(*tfn_net_mod_server_socket_open)(int port) ; /** * 关闭 */ typedef void (*tfn_net_mod_server_socket_close)(void *_sockt) ; /** * 启动 */ typedef int (*tfn_net_mod_server_socket_start)(void *_sockt); #ifdef __cplusplus } #endif