aboutsummaryrefslogtreecommitdiffstats
path: root/src/easydir.h
diff options
context:
space:
mode:
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