diff options
author | Joursoir <chat@joursoir.net> | 2021-02-26 16:16:13 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-26 16:16:13 +0000 |
commit | 3aabad59dc2bbdb74777f2d0dc195fb0bbe75bfc (patch) | |
tree | 7c340979b1f3466b4b78f3c03ac5fd311d617d92 /src/implementation.h | |
parent | a8fe7bce0ea33f71485cf8c2e4c8330831c849ce (diff) | |
download | lock-password-3aabad59dc2bbdb74777f2d0dc195fb0bbe75bfc.tar.gz lock-password-3aabad59dc2bbdb74777f2d0dc195fb0bbe75bfc.tar.bz2 lock-password-3aabad59dc2bbdb74777f2d0dc195fb0bbe75bfc.zip |
improve code and codestyle; mv/rm cmd don't use global vars anymore
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 bcb6985..15f21ff 100644 --- a/src/implementation.h +++ b/src/implementation.h @@ -8,7 +8,7 @@ enum asnwers { OW_NO = 1, }; -int checkForbiddenPaths(char *path); +int check_sneaky_paths(const char *path); char *getGPGKey(); char* getPassword(char *path_pass, char *password, size_t size, int flag_copy); void nonvisibleEnter(int status); |