mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Chip away at uses of pnUtStr
This commit is contained in:
@ -1037,7 +1037,7 @@ void NetCommSetMsgPreHandler (
|
||||
|
||||
//============================================================================
|
||||
void NetCommSetAccountUsernamePassword (
|
||||
wchar_t username[],
|
||||
const wchar_t username[],
|
||||
const ShaDigest & namePassHash
|
||||
) {
|
||||
StrCopy(s_iniAccountUsername, username, arrsize(s_iniAccountUsername));
|
||||
|
@ -102,7 +102,7 @@ const ARRAY(NetCommPlayer) & NetCommGetPlayerList ();
|
||||
unsigned NetCommGetPlayerCount ();
|
||||
bool NetCommIsLoginComplete ();
|
||||
void NetCommSetReadIniAccountInfo (bool readFromIni);
|
||||
void NetCommSetAccountUsernamePassword (wchar_t username[], const ShaDigest & namePassHash);
|
||||
void NetCommSetAccountUsernamePassword (const wchar_t username[], const ShaDigest & namePassHash);
|
||||
void NetCommSetAuthTokenAndOS (wchar_t authToken[], wchar_t os[]);
|
||||
ENetError NetCommGetAuthResult ();
|
||||
|
||||
|
Reference in New Issue
Block a user