summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r--protocols/VKontakte/src/vk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h
index 8f0a871185..cde70d8614 100644
--- a/protocols/VKontakte/src/vk.h
+++ b/protocols/VKontakte/src/vk.h
@@ -88,4 +88,6 @@ bool tlstrstr(TCHAR* _s1, TCHAR* _s2);
void InitIcons(void);
HANDLE GetIconHandle(int iCommand);
-char* ExpUrlEncode(const char *szUrl, bool strict = false); \ No newline at end of file
+char* ExpUrlEncode(const char *szUrl, bool strict = false);
+bool IsEmpty(TCHAR *str);
+bool IsEmpty(char *str); \ No newline at end of file