summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-08 13:58:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-08 13:58:31 +0300
commit6206d9efcead4e4cd92df1b6c9bb0150d13052cc (patch)
tree780e6bee288a40d65886d374af6a116a0dc89ea7 /protocols/IcqOscarJ/src/icq_proto.h
parent7b5a7da18a7834e9eb3aaa25cad0f256491c90ee (diff)
fixes #1154 (Invisible" status is broken)
This reverts commit 1ca493fc7af16dd20ad13453fc19774da3c65181.
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h1
1 files changed, 1 insertions, 0 deletions
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<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);