aboutsummaryrefslogtreecommitdiffstats
path: root/src/easydir.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-31 17:45:29 +0000
committerJoursoir <chat@joursoir.net>2020-10-31 17:45:29 +0000
commit64ef51a8ce6bc148ba493e350e2cac4cba470201 (patch)
tree4418c4133b16341975cfe4d29df8da6ce27abcff /src/easydir.h
parent38a3be4a3eeacec75a534fef6951b9484b4d7098 (diff)
downloadlock-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 'src/easydir.h')
-rw-r--r--src/easydir.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/easydir.h b/src/easydir.h
new file mode 100644
index 0000000..4680709
--- /dev/null
+++ b/src/easydir.h
@@ -0,0 +1,9 @@
+#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