diff options
author | Joursoir <chat@joursoir.net> | 2021-02-26 13:36:16 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-02-26 13:36:16 +0000 |
commit | a8fe7bce0ea33f71485cf8c2e4c8330831c849ce (patch) | |
tree | 6d4edaf2142c43b188b91203998d154e45804565 /src/easydir.c | |
parent | e6f8a3570b63724091c4cec78db609ad65963d65 (diff) | |
download | lock-password-a8fe7bce0ea33f71485cf8c2e4c8330831c849ce.tar.gz lock-password-a8fe7bce0ea33f71485cf8c2e4c8330831c849ce.tar.bz2 lock-password-a8fe7bce0ea33f71485cf8c2e4c8330831c849ce.zip |
rename handerror to xstd; create and use some routines
Diffstat (limited to 'src/easydir.c')
-rw-r--r-- | src/easydir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easydir.c b/src/easydir.c index 6de77bc..e1a4394 100644 --- a/src/easydir.c +++ b/src/easydir.c @@ -6,7 +6,7 @@ #include <errno.h> #include "easydir.h" -#include "handerror.h" +#include "xstd.h" int checkFileExist(char *source) { |