Merge commit '227425b90e9a671118026689dd30967e127a1090' as 'external/toxcore/c-toxcore'
This commit is contained in:
12
external/toxcore/c-toxcore/toxencryptsave/defines.h
vendored
Normal file
12
external/toxcore/c-toxcore/toxencryptsave/defines.h
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* Copyright © 2016-2021 The TokTok team.
|
||||
* Copyright © 2013 Tox project.
|
||||
*/
|
||||
|
||||
#ifndef C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
|
||||
#define C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
|
||||
|
||||
#define TOX_ENC_SAVE_MAGIC_NUMBER ((const uint8_t *)"toxEsave")
|
||||
#define TOX_ENC_SAVE_MAGIC_LENGTH 8
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user