From 5f3bbf1279d39554cd2d185170ae4e5119cf3b61 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 24 Oct 2020 16:00:12 +0000 Subject: feature: support args in commands --- implementation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'implementation.h') 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 -- cgit v1.2.3-18-g5258