From 3aabad59dc2bbdb74777f2d0dc195fb0bbe75bfc Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 26 Feb 2021 16:16:13 +0000 Subject: improve code and codestyle; mv/rm cmd don't use global vars anymore --- src/implementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/implementation.h') 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); -- cgit v1.2.3-18-g5258