diff options
author | Joursoir <chat@joursoir.net> | 2020-10-31 17:45:29 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-31 17:45:29 +0000 |
commit | 64ef51a8ce6bc148ba493e350e2cac4cba470201 (patch) | |
tree | 4418c4133b16341975cfe4d29df8da6ce27abcff /easydir.h | |
parent | 38a3be4a3eeacec75a534fef6951b9484b4d7098 (diff) | |
download | lock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.tar.gz lock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.tar.bz2 lock-password-64ef51a8ce6bc148ba493e350e2cac4cba470201.zip |
some features:
remake README.md for new code architecture;
add help command;
add man page;
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/easydir.h b/easydir.h deleted file mode 100644 index 4680709..0000000 --- a/easydir.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef EASYDIR_H -#define EASYDIR_H - -int deleteFile(char *file_path); -int deleteEmptyDir(char *dir_path); -int checkFileExist(char *path_to_file); -char *fileCropLineFeed(char *path, char *text, int maxlen); - -#endif
\ No newline at end of file |