From 8a1a19a41596a44bacef0ab26ffaa88675e402e0 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 16 十二月 2021 11:35:04 +0800
Subject: [PATCH] stash

---
 src/exported_symbols |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/exported_symbols b/src/exported_symbols
index f372865..8bfc2aa 100644
--- a/src/exported_symbols
+++ b/src/exported_symbols
@@ -1,6 +1,5 @@
 VERS_1.0 {
 global:
-	BHApiIn1Out1Proxy;
 	BHRegister;
 	BHUnregister;
 	BHRegisterTopics;
@@ -8,12 +7,10 @@
 	BHQueryProcs;
 	BHSubscribeTopics;
 	BHSubscribeNetTopics;
-	BHStartWorker;
 	BHHeartbeatEasy;
 	BHHeartbeat;
 	BHPublish;
 	BHReadSub;
-	BHAsyncRequest;
 	BHRequest;
 	BHReadRequest;
 	BHSendReply;
@@ -21,6 +18,10 @@
 	BHGetLastError;
 	BHFree;
 
+	BHApiIn1Out1Proxy;
+	BHStartWorker;
+	BHAsyncRequest;
+
 	TestRequest;
 	TestReply;
 	TestPub;

--
Gitblit v1.8.0