diff options
Diffstat (limited to 'protocols/Tox')
-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 |