diff options
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ 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 |