From 5add39f46c8323875fb56bc764a8ff627ad82f18 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期五, 08 十月 2021 11:12:06 +0800 Subject: [PATCH] Adjust the free action independent of the return value from the function return. --- src/bh_api.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 40d9ffa..a231b0c 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -109,6 +109,7 @@ int BHGetLastError(void **msg, int *msg_len); +int inter_key_get(void); #ifdef __cplusplus } #endif -- Gitblit v1.8.0