blob: c5cf2d4438d02634bf267028ac9431fc4225d8f1 (
plain)
1
2
3
4
5
6
|
int64_t PlatFormSpecific();
void InitNodeId(Skype_Inst *pInst);
void FillMiscDatas(Skype_Inst *pInst, unsigned int *Datas);
void FillRndBuffer(unsigned char *Buffer);
Memory_U Credentials_Load(char *pszUser);
int Credentials_Save(Memory_U creds, char *pszUser);
|