diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-06-16 18:54:00 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-06-16 18:54:00 +0000 |
commit | 0317b5627c7eff381a7d5595544ff52a83bdd454 (patch) | |
tree | 0d465ef2953bc8835436e1f9cf66172f7909bc8f /protocols/IcqOscarJ/src/icq_proto.h | |
parent | 05493ccea469299b0d62a1f356fbbaceedb32e06 (diff) |
ProtoBroadcastAck for ICQ
git-svn-id: http://svn.miranda-ng.org/main/trunk@4990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 81d15edf0e..a7f7ce8994 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -892,7 +892,6 @@ struct CIcqProto : public PROTO_INTERFACE int StringToListItemId(const char *szSetting,int def);
//----| utilities.cpp |---------------------------------------------------------------
- int BroadcastAck(HANDLE hContact,int type,int result,HANDLE hProcess,LPARAM lParam);
char* ConvertMsgToUserSpecificAnsi(HANDLE hContact, const char* szMsg);
char* GetUserStoredPassword(char *szBuffer, int cbSize);
|