summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_struct.h
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2016-04-04 06:54:11 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2016-04-04 06:54:11 +0000
commite6dce54eeeedb43855b694c921b97c5119deef32 (patch)
treeeba999ca35664fa0cb44e5d474e23682f5b05ba6 /protocols/VKontakte/src/vk_struct.h
parentc3d5068e1d3f07a0959aaa366fee11a552245c1a (diff)
VKontakte:
add VKlang to options remove unused title icon cosmetic fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.h')
-rw-r--r--protocols/VKontakte/src/vk_struct.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h
index d90d2c452d..c2fe4e50be 100644
--- a/protocols/VKontakte/src/vk_struct.h
+++ b/protocols/VKontakte/src/vk_struct.h
@@ -242,4 +242,9 @@ struct CVKChatContactTypingParam {
struct CVKInteres {
const char *szField;
TCHAR *ptszTranslate;
-}; \ No newline at end of file
+};
+
+struct CVKLang {
+ TCHAR *szCode;
+ TCHAR *szDescription;
+}; \ No newline at end of file