diff options
author | Joursoir <chat@joursoir.net> | 2021-03-03 20:21:20 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-03 20:21:20 +0000 |
commit | 1c5f7fd29fce3008218d781ab148a6974e898cac (patch) | |
tree | 54e1da521c476ca510e5db6cb830c0e58049b665 /src/implementation.h | |
parent | 8a48afccb97462b0dc261e8c99c0825295ebc019 (diff) | |
download | lock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.tar.gz lock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.tar.bz2 lock-password-1c5f7fd29fce3008218d781ab148a6974e898cac.zip |
some chore and delete useless thing
Diffstat (limited to 'src/implementation.h')
-rw-r--r-- | src/implementation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |