summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/skylogin/uic.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src/skylogin/uic.h')
-rw-r--r--protocols/MSN/src/skylogin/uic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/MSN/src/skylogin/uic.h b/protocols/MSN/src/skylogin/uic.h
new file mode 100644
index 0000000000..ad870035a8
--- /dev/null
+++ b/protocols/MSN/src/skylogin/uic.h
@@ -0,0 +1,3 @@
+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);