diff options
author | Joursoir <chat@joursoir.net> | 2020-10-24 16:00:12 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-24 16:00:12 +0000 |
commit | 5f3bbf1279d39554cd2d185170ae4e5119cf3b61 (patch) | |
tree | 97c3d9798f09bca752df46c4b56e37ab56cc8416 /implementation.h | |
parent | 5a8218b13fbe21e4c85a484933ca201b666323ee (diff) | |
download | lock-password-5f3bbf1279d39554cd2d185170ae4e5119cf3b61.tar.gz lock-password-5f3bbf1279d39554cd2d185170ae4e5119cf3b61.tar.bz2 lock-password-5f3bbf1279d39554cd2d185170ae4e5119cf3b61.zip |
feature: support args in commands
Diffstat (limited to 'implementation.h')
-rw-r--r-- | implementation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/implementation.h b/implementation.h index 4136f32..c5d31e8 100644 --- a/implementation.h +++ b/implementation.h @@ -6,9 +6,9 @@ char* getPassword(char *path, char *password, int maxlen); void nonvisibleEnter(int status); void insertPass(char *add_path, char *password); char *typePass(char *text, char *dest, int minlen, int maxlen); -int userEnterPassword(int minlen, int maxlen, char *path_insert); +int userEnterPassword(int minlen, int maxlen, char *path_insert, int flag_echo); char *generatePassword(char *dest, int amount, int max_len); unsigned long hash(char *str); -int getAnswer(char *text); +int getOverwriteAnswer(char *path); #endif
\ No newline at end of file |