wangzhengquan
2020-11-30 ed012804c8d089a3bca69574b198bdd987318f01
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