1
0
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:
Jfreegman
2014-09-15 16:17:58 -04:00
parent a2a23b3932
commit 388d78d11e
5 changed files with 55 additions and 23 deletions

View File

@ -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.