diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-24 19:22:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-24 19:22:39 +0000 |
commit | 19ab68c3d146d0d0dc24e9c8153e90d218395209 (patch) | |
tree | 0e5a8d34a25dafa1d1fb71cddd9e5d7528c116e1 /protocols/GTalkExt/src/stdafx.h | |
parent | fb190494fe8550288e5c8741bebec9ab0f58284e (diff) |
GTalkExt: contact list contact restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@6214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/stdafx.h')
-rw-r--r-- | protocols/GTalkExt/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/stdafx.h b/protocols/GTalkExt/src/stdafx.h index 76fcb5ee0d..0a4dd456ee 100644 --- a/protocols/GTalkExt/src/stdafx.h +++ b/protocols/GTalkExt/src/stdafx.h @@ -65,3 +65,6 @@ #pragma warning(pop)
extern HINSTANCE g_hInst;
+
+void SetAvatar(HANDLE hContact);
+BOOL InitAvaUnit(BOOL init);
|