1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:26:45 +02:00

add option to unencrypt an encrypted data file

This commit is contained in:
Jfreegman
2014-09-18 23:50:51 -04:00
parent 618704df76
commit 919d36369c
4 changed files with 60 additions and 33 deletions

View File

@ -84,6 +84,7 @@ struct arg_opts {
int use_custom_data;
int no_connect;
int encrypt_data;
int unencrypt_data;
char dns_path[MAX_STR_SIZE];
char config_path[MAX_STR_SIZE];
char nodes_path[MAX_STR_SIZE];