From 27d8bc7cad4a8f68c2da3efbb77f45ec70ae40e6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 05 一月 2022 14:11:39 +0800 Subject: [PATCH] pb.go MsgQueryProcReply add subLocalTopics and subNetTopics --- src/bh_api.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 40d9ffa..2a9e39a 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -109,6 +109,9 @@ int BHGetLastError(void **msg, int *msg_len); +int inter_key_get(void); +void inter_key_set(int key); +void *socket_data_get(void); #ifdef __cplusplus } #endif -- Gitblit v1.8.0