diff options
author | Joursoir <chat@joursoir.net> | 2020-10-16 18:57:10 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-16 18:57:10 +0300 |
commit | 742fe01bf8712b37a0f6cdfe379c1966bcd11c90 (patch) | |
tree | 80fa204fd6aba4de97f5f6eb2f2c66d71e1009e3 /easydir.h | |
parent | 4e6ba9fff744c430bd8d7d753e66a2011ef8e116 (diff) | |
download | lock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.tar.gz lock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.tar.bz2 lock-password-742fe01bf8712b37a0f6cdfe379c1966bcd11c90.zip |
remove embryo of feature multiple storages and refactor how arguments work
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |