mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-09 17:25:37 -06:00
More clang
This commit is contained in:
parent
8b02d7083b
commit
5f52e2ee1d
@ -23,8 +23,9 @@ struct OrbisHttp2PreSendCallbackData {
|
||||
void* unk;
|
||||
void* cert;
|
||||
};
|
||||
using OrbisHttp2PreSendCallback = PS4_SYSV_ABI s32 (*)(
|
||||
s32 request_id, s32 ssl_id, OrbisHttp2PreSendCallbackData* data, void* user_arg);
|
||||
using OrbisHttp2PreSendCallback = PS4_SYSV_ABI s32 (*)(s32 request_id, s32 ssl_id,
|
||||
OrbisHttp2PreSendCallbackData* data,
|
||||
void* user_arg);
|
||||
|
||||
s32 PS4_SYSV_ABI sceHttp2AbortRequest();
|
||||
s32 PS4_SYSV_ABI sceHttp2AddCookie();
|
||||
|
||||
@ -87,5 +87,4 @@ s32 createUserContext(s32 lib_ctx_id, Libraries::UserService::OrbisUserServiceUs
|
||||
return user_ctx_id;
|
||||
};
|
||||
|
||||
|
||||
}; // namespace Libraries::Np::NpWebApi2
|
||||
@ -7,4 +7,4 @@ namespace Libraries::Np::NpWebApi2 {
|
||||
|
||||
s32 createLibraryContext(s32 http_ctx_id, const char* name);
|
||||
s32 createUserContext(s32 lib_ctx_id, Libraries::UserService::OrbisUserServiceUserId user_id);
|
||||
};
|
||||
}; // namespace Libraries::Np::NpWebApi2
|
||||
Loading…
Reference in New Issue
Block a user