diff options
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); |