forked from Green-Sky/tomato
Squashed 'external/toxcore/c-toxcore/' content from commit 67badf69
git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 67badf69416a74e74f6d7eb51dd96f37282b8455
This commit is contained in:
24
toxcore/tox_unpack.h
Normal file
24
toxcore/tox_unpack.h
Normal file
@ -0,0 +1,24 @@
|
||||
/* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* Copyright © 2022 The TokTok team.
|
||||
*/
|
||||
|
||||
#ifndef C_TOXCORE_TOXCORE_TOX_UNPACK_H
|
||||
#define C_TOXCORE_TOXCORE_TOX_UNPACK_H
|
||||
|
||||
#include "attributes.h"
|
||||
#include "bin_unpack.h"
|
||||
#include "tox.h"
|
||||
|
||||
non_null() bool tox_unpack_conference_type(Bin_Unpack *bu, Tox_Conference_Type *val);
|
||||
non_null() bool tox_unpack_connection(Bin_Unpack *bu, Tox_Connection *val);
|
||||
non_null() bool tox_unpack_file_control(Bin_Unpack *bu, Tox_File_Control *val);
|
||||
non_null() bool tox_unpack_message_type(Bin_Unpack *bu, Tox_Message_Type *val);
|
||||
non_null() bool tox_unpack_user_status(Bin_Unpack *bu, Tox_User_Status *val);
|
||||
non_null() bool tox_unpack_group_privacy_state(Bin_Unpack *bu, Tox_Group_Privacy_State *val);
|
||||
non_null() bool tox_unpack_group_voice_state(Bin_Unpack *bu, Tox_Group_Voice_State *val);
|
||||
non_null() bool tox_unpack_group_topic_lock(Bin_Unpack *bu, Tox_Group_Topic_Lock *val);
|
||||
non_null() bool tox_unpack_group_join_fail(Bin_Unpack *bu, Tox_Group_Join_Fail *val);
|
||||
non_null() bool tox_unpack_group_mod_event(Bin_Unpack *bu, Tox_Group_Mod_Event *val);
|
||||
non_null() bool tox_unpack_group_exit_type(Bin_Unpack *bu, Tox_Group_Exit_Type *val);
|
||||
|
||||
#endif // C_TOXCORE_TOXCORE_TOX_UNPACK_H
|
Reference in New Issue
Block a user