diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-25 20:36:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-25 20:36:15 +0300 |
commit | 1ca493fc7af16dd20ad13453fc19774da3c65181 (patch) | |
tree | 2266e08cac1826ce348d9e151a5c48c5a08eba64 /protocols/IcqOscarJ/src/icq_proto.h | |
parent | ddb2be6e2d260554268db4d4744b38ac00697289 (diff) |
fixes #1117 (Empty messages on restart seen by official ICQ client on iOS)
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 1fb9158f32..1c46ce3b3b 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -887,7 +887,6 @@ struct CIcqProto : public PROTO<CIcqProto> char *setStatusNoteText, *setStatusMoodData;
void __cdecl SetStatusNoteThread(void *pArguments);
- int SetStatusNote(const char *szStatusNote, DWORD dwDelay, int bForced);
int SetStatusMood(const char *szMoodData, DWORD dwDelay);
void writeDbInfoSettingTLVStringUtf(MCONTACT hContact, const char *szSetting, oscar_tlv_chain *chain, WORD wTlv);
|