diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 17:23:10 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 17:23:10 +0000 |
commit | 89c883cf565ac91bf21d1711f7c3972fb6281bf7 (patch) | |
tree | 89315d0fd74187b4cce86332c0a250fa9b13b51a /protocols/Skype/src/skype.h | |
parent | 795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 (diff) |
-- added proto caps
- added service function (creating and hoking services, events, threads)
- some minir issues and code review
git-svn-id: http://svn.miranda-ng.org/main/trunk@1687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 49f0f59234..2c16c608cf 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -65,4 +65,7 @@ extern HINSTANCE g_hInstance; static const char* g_keyFileName = "..\\..\\..\\SkypeKit\\keypair.crt";
-extern CSkype* g_skype;
\ No newline at end of file +extern CSkype* g_skype;
+
+#define SKYPE_SETTINGS_LOGIN "SkypeLogin"
+#define SKYPE_SETTINGS_PASSWORD "Password"
\ No newline at end of file |