aboutsummaryrefslogtreecommitdiffstats
path: root/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'implementation.h')
-rw-r--r--implementation.h4
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