summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-03 11:23:36 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-03 11:23:36 +0000
commit0d1323b8c457b055784416e658740e9db518ca63 (patch)
tree361edd0f36d3d7401526cd9c5017f1fad5224108 /protocols/Tox/src/tox_proto.h
parentf48a5222bd112f09e962fee0381878b06df79bfa (diff)
Tox: more correct transfer logging
git-svn-id: http://svn.miranda-ng.org/main/trunk@13981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 481bfabebf..f9ff422ee8 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -235,6 +235,9 @@ private:
void OnTransferCompleted(FileTransferParam *transfer);
+ void PauseOutgoingTransfers(uint32_t friendNumber);
+ void ResumeIncomingTransfers(uint32_t friendNumber);
+
// avatars
std::tstring GetAvatarFilePath(MCONTACT hContact = NULL);
void SetToxAvatar(std::tstring path);