diff options
author | Joursoir <chat@joursoir.net> | 2021-02-22 11:58:37 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-22 11:58:37 +0000 |
commit | 51abd93e4dddf4682f260d192b680be3ba1a0585 (patch) | |
tree | cb1d66f5a10d162c9c2cf0abd978ec6b8b62a090 /src/implementation.h | |
parent | c99acd1211e967a87ab7a0de3fb8a569b19fd0b2 (diff) | |
download | lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.tar.gz lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.tar.bz2 lock-password-51abd93e4dddf4682f260d192b680be3ba1a0585.zip |
change recognizing of commands; many printf -> one printf
Diffstat (limited to 'src/implementation.h')
-rw-r--r-- | src/implementation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/implementation.h b/src/implementation.h index ba436a7..52f4dc7 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -11,7 +11,6 @@ void insertPass(char *add_path, char *password, int flag_copy); char *typePass(char *text, char *dest, int minlen, int maxlen); int userEnterPassword(int minlen, int maxlen, char *path_insert, int flag_echo, int flag_copy); char *generatePassword(char *dest, int amount); -unsigned long hash(char *str); int getOverwriteAnswer(char *path); #endif
\ No newline at end of file |