update core/authentication/interface/auth_interface.h.

This commit is contained in:
我是一只小小鸟 2021-07-26 06:37:52 +00:00 committed by Gitee
parent b8fb788b53
commit 95a3d4a6ea

View File

@ -115,7 +115,7 @@ typedef struct {
} VerifyCallback;
typedef struct {
void (*onTransUdpDataRecv)(int64_t authId, ConnectOption *option, AuthTransDataInfo *info);
void (*onTransUdpDataRecv)(int64_t authId, const ConnectOption *option, const AuthTransDataInfo *info);
} AuthTransCallback;
uint32_t AuthGetEncryptHeadLen(void);