src/bh_api.h
@@ -23,6 +23,11 @@
                     int *reply_len,
                     const int timeout_ms);
int BHQueryTopicAddress(const void *remote, const int remote_len,
                        const void *topic, const int topic_len,
                        void **reply, int *reply_len,
                        const int timeout_ms);
int BHQueryProcs(const void *remote,
                 const int remote_len,
                 const void *query,
@@ -30,6 +35,17 @@
                 void **reply,
                 int *reply_len,
                 const int timeout_ms);
int BHSubscribeTopics(const void *topics,
                      const int topics_len,
                      void **reply,
                      int *reply_len,
                      const int timeout_ms);
int BHSubscribeNetTopics(const void *topics,
                         const int topics_len,
                         void **reply,
                         int *reply_len,
                         const int timeout_ms);
int BHHeartbeatEasy(const int timeout_ms);
int BHHeartbeat(const void *proc_info,
@@ -79,8 +95,6 @@
int BHCleanup();
void BHFree(void *buf, int size);
int BHGetLastError(void **msg, int *msg_len);
#ifdef __cplusplus
}