mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-24 09:20:04 +00:00
update core/authentication/interface/auth_interface.h.
This commit is contained in:
parent
b8fb788b53
commit
95a3d4a6ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user