diff options
Diffstat (limited to 'protocols/MSN/src/skylogin/uic.h')
-rw-r--r-- | protocols/MSN/src/skylogin/uic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/skylogin/uic.h b/protocols/MSN/src/skylogin/uic.h index eb05ea1e85..ad870035a8 100644 --- a/protocols/MSN/src/skylogin/uic.h +++ b/protocols/MSN/src/skylogin/uic.h @@ -1,3 +1,3 @@ -Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
+Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
int CreateUICString(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt, char *pszOutUIC);
int GetCredentialsUIC(Skype_Inst *pInst, char *pszOutUIC);
|