From 6206d9efcead4e4cd92df1b6c9bb0150d13052cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 8 Mar 2018 13:58:24 +0300 Subject: fixes #1154 (Invisible" status is broken) This reverts commit 1ca493fc7af16dd20ad13453fc19774da3c65181. --- protocols/IcqOscarJ/src/icq_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/IcqOscarJ/src/icq_proto.h') diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 294fea1da5..004a7148ed 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -880,6 +880,7 @@ struct CIcqProto : public PROTO 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); -- cgit v1.2.3