diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-23 20:34:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-23 20:34:58 +0000 |
commit | f773e4ca71adc8505e136a320cfe95f30bc90bff (patch) | |
tree | d181c531d88baf34e5f1dc8642c6352978ed51ab | |
parent | 326215e3557c3fdd0595d585cb9f645edeffedb9 (diff) |
Tox: missed file
git-svn-id: http://svn.miranda-ng.org/main/trunk@12254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Tox/src/tox_chatrooms.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h new file mode 100644 index 0000000000..0f51a7391e --- /dev/null +++ b/protocols/Tox/src/tox_chatrooms.h @@ -0,0 +1,10 @@ +#ifndef _TOX_CHATROOMS_H_
+#define _TOX_CHATROOMS_H_
+
+struct ChatRoomInviteParam
+{
+ CToxProto *proto;
+ std::vector<MCONTACT> invitedContacts;
+};
+
+#endif //_TOX_CHATROOMS_H_
\ No newline at end of file |