From 1c5f7fd29fce3008218d781ab148a6974e898cac Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 3 Mar 2021 20:21:20 +0000 Subject: some chore and delete useless thing --- src/implementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/implementation.h') diff --git a/src/implementation.h b/src/implementation.h index dc905ef..467da6f 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -28,7 +28,7 @@ char *get_password(const char *path); void visible_enter(int status); int insert_pass(const char *path, const char *password); char *get_input(int minlen, int maxlen); -void gen_password(char *dest, int amount); +char *gen_password(int length); int overwrite_answer(const char *path); #endif \ No newline at end of file -- cgit v1.2.3-18-g5258