summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/skylogin/credentials.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src/skylogin/credentials.h')
-rw-r--r--protocols/MSN/src/skylogin/credentials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/skylogin/credentials.h b/protocols/MSN/src/skylogin/credentials.h
index ec09b8a89c..b6c323089d 100644
--- a/protocols/MSN/src/skylogin/credentials.h
+++ b/protocols/MSN/src/skylogin/credentials.h
@@ -1,3 +1,3 @@
Memory_U Credentials_Write(Skype_Inst *pInst);
int Credentials_Read(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
-int Credentials_Parse(Memory_U creds, SResponse *LoginDatas);
+int Credentials_Parse(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);