diff options
author | Joursoir <chat@joursoir.net> | 2020-10-21 19:26:03 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-21 19:26:03 +0000 |
commit | 5a8218b13fbe21e4c85a484933ca201b666323ee (patch) | |
tree | 2f834cd5eefe529c9e569c0cbafa2c0c653386ed /implementation.h | |
parent | 8af0737920cceb1d29bbd4ac6cf7b692c1ad1416 (diff) | |
download | lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.gz lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.tar.bz2 lock-password-5a8218b13fbe21e4c85a484933ca201b666323ee.zip |
fix bug: work outside working dir; refactor
Diffstat (limited to 'implementation.h')
-rw-r--r-- | implementation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation.h b/implementation.h index cb0b401..4136f32 100644 --- a/implementation.h +++ b/implementation.h @@ -1,6 +1,7 @@ #ifndef IMPLEMENTATION_H #define IMPLEMENTATION_H +void checkForbiddenPaths(char *path); char* getPassword(char *path, char *password, int maxlen); void nonvisibleEnter(int status); void insertPass(char *add_path, char *password); |