summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/utilities.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-20 14:49:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-20 14:49:26 +0000
commit79e46207a78f216b054ece49994e7b260c4e4511 (patch)
treeeb0e044c81cf954d0e4b30ee248298be1ee84465 /protocols/IcqOscarJ/src/utilities.h
parent904d3a5f8dccf98c3f99783d1e92f607cb9c7401 (diff)
ICQ: Miranda identifies itself as v.11, allowing pure utf8 packets exchange
git-svn-id: http://svn.miranda-ng.org/main/trunk@7790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/utilities.h')
-rw-r--r--protocols/IcqOscarJ/src/utilities.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/utilities.h b/protocols/IcqOscarJ/src/utilities.h
index 336c0e8a8a..25387d7ef3 100644
--- a/protocols/IcqOscarJ/src/utilities.h
+++ b/protocols/IcqOscarJ/src/utilities.h
@@ -91,12 +91,10 @@ char *ApplyEncoding(const char *string, const char *pszEncoding);
int RandRange(int nLow, int nHigh);
-BOOL IsStringUIN(const char *pszString);
+bool IsStringUIN(const char *pszString);
char* time2text(time_t time);
-BOOL validateStatusMessageRequest(HANDLE hContact, WORD byMessageType);
-
void __fastcall SAFE_FREE(void** p);
void* __fastcall SAFE_MALLOC(size_t size);
void* __fastcall SAFE_REALLOC(void* p, size_t size);