mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-22 01:13:22 +01: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