diff options
author | George Hazan <george.hazan@gmail.com> | 2015-09-02 18:01:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-09-02 18:01:59 +0000 |
commit | b32bd0a340de47fda10fbca63c6cf664327533cf (patch) | |
tree | 1c3db0932c046d02232a58394ec420837adc51f1 /protocols/WhatsApp/src/proto.h | |
parent | dd0979e4c86c5e9ee51a6b659464aa9bfd28ec2a (diff) |
WhatsApp:
- added ability to send media files (patch by Cassio);
- fix for wrongly sent acks (patch by Cassio);
- project files cleaned up;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@15154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 7c153ef781..0f7000fc5c 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -50,6 +50,8 @@ public: virtual int __cdecl SendMsg(MCONTACT hContact, int flags, const char* msg);
+ virtual HANDLE __cdecl SendFile(MCONTACT hContact, const TCHAR*, TCHAR **ppszFiles);
+
virtual int __cdecl SetStatus(int iNewStatus);
virtual int __cdecl UserIsTyping(MCONTACT hContact, int type);
|