mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
49bb43f662
Using the full path including the repo name.
8 lines
176 B
C
8 lines
176 B
C
#ifndef C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
|
|
#define C_TOXCORE_TOXENCRYPTSAVE_DEFINES_H
|
|
|
|
#define TOX_ENC_SAVE_MAGIC_NUMBER "toxEsave"
|
|
#define TOX_ENC_SAVE_MAGIC_LENGTH 8
|
|
|
|
#endif
|