diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-21 09:51:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-21 09:51:58 +0000 |
commit | 49581e73a1f02bd48d2d2c1861efd77a4bb66059 (patch) | |
tree | 4e3cb02687ab1a1ea4038d96007525a2b379eb27 /protocols/Skype/src/skype.h | |
parent | 23291e3639741d6539f39695036bd140429ddccc (diff) |
reworked file transfers
fixed auth requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@4498 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 f489a78803..8615ebf025 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -79,4 +79,7 @@ #define CMITEMS_COUNT 3
-extern HINSTANCE g_hInstance;
\ No newline at end of file +extern HINSTANCE g_hInstance;
+
+
+struct CSkypeProto;
\ No newline at end of file |