From 742fe01bf8712b37a0f6cdfe379c1966bcd11c90 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 16 Oct 2020 18:57:10 +0300 Subject: remove embryo of feature multiple storages and refactor how arguments work --- easydir.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'easydir.h') diff --git a/easydir.h b/easydir.h index 13c6d30..5db1965 100644 --- a/easydir.h +++ b/easydir.h @@ -1,4 +1,9 @@ +#ifndef EASYDIR_H +#define EASYDIR_H + char* splitPath(char *source, char *path, char *file); int deleteFile(char *file_path); int deleteEmptyDir(char *dir_path); -int checkFileExist(char *path_to_file); \ No newline at end of file +int checkFileExist(char *path_to_file); + +#endif \ No newline at end of file -- cgit v1.2.3-18-g5258