From 5a8218b13fbe21e4c85a484933ca201b666323ee Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 21 Oct 2020 19:26:03 +0000 Subject: fix bug: work outside working dir; refactor --- implementation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'implementation.h') 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); -- cgit v1.2.3-18-g5258