mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 09:26:46 +02:00
add option to encrypt an existing unencrypted data file
This commit is contained in:
@ -79,6 +79,7 @@ typedef enum _FATAL_ERRS {
|
||||
FATALERR_INFLOOP = -9, /* infinite loop detected */
|
||||
FATALERR_WININIT = -10, /* window init failed */
|
||||
FATALERR_PROXY = -11, /* Tox network failed to init using a proxy */
|
||||
FATALERR_ENCRYPT = -12, /* Data file encryption failure */
|
||||
} FATAL_ERRS;
|
||||
|
||||
/* Fixes text color problem on some terminals.
|
||||
|
Reference in New Issue
Block a user