summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
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);