src/socket/dgram_mod_socket.h
@@ -2,9 +2,7 @@ #define __DGRAM_MOD_SOCKET_H__ #ifdef __cplusplus extern "C" { #endif /** * 删除key对应的共享队列,并在bus里删除该key的订阅 @@ -124,8 +122,6 @@ * 释放存储接收信息的buf */ void dgram_mod_free(void *buf) ; #ifdef __cplusplus } #endif #endif