diff options
author | Joursoir <chat@joursoir.net> | 2020-10-01 21:30:15 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-10-01 21:30:15 +0300 |
commit | 84180756da688591de8324733d344bd14d15ddef (patch) | |
tree | 4b2483cf988d67f20894922cf73faf82632ef0b0 /easydir.h | |
parent | ae1cb7fc44d7abb7ffe47656547cfae40cacdf05 (diff) | |
download | lock-password-84180756da688591de8324733d344bd14d15ddef.tar.gz lock-password-84180756da688591de8324733d344bd14d15ddef.tar.bz2 lock-password-84180756da688591de8324733d344bd14d15ddef.zip |
a little bit chore
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ char* splitPath(char *source, char *path, char *file); -int delete_file(char *file_path); -int delete_emptydir(char *dir_path); +int deleteFile(char *file_path); +int deleteEmptyDir(char *dir_path); int checkFileExist(char *path_to_file);
\ No newline at end of file |