plugin_framework, change func log to plugin_log

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-25 21:44:40 +08:00
parent 3d9afbb12a
commit c009f40152
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ struct MsgToConfig {
/// content: The content.
/// len: The length of the content.
#[no_mangle]
pub extern "C" fn cb_msg(
pub(super) extern "C" fn cb_msg(
peer: *const c_char,
target: *const c_char,
id: *const c_char,