aboutsummaryrefslogtreecommitdiffstats
path: root/easydir.h
diff options
context:
space:
mode:
Diffstat (limited to 'easydir.h')
-rw-r--r--easydir.h9
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