aboutsummaryrefslogtreecommitdiffstats
path: root/easydir.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-10-26 19:11:16 +0000
committerJoursoir <chat@joursoir.net>2020-10-26 19:11:16 +0000
commit101dd376b32c2cd12640e81b93c2f30975baac7f (patch)
tree8f571472aefb58274755e3dd6778497564554edc /easydir.h
parent5f3bbf1279d39554cd2d185170ae4e5119cf3b61 (diff)
downloadlock-password-101dd376b32c2cd12640e81b93c2f30975baac7f.tar.gz
lock-password-101dd376b32c2cd12640e81b93c2f30975baac7f.tar.bz2
lock-password-101dd376b32c2cd12640e81b93c2f30975baac7f.zip
feature: edit command
Diffstat (limited to 'easydir.h')
-rw-r--r--easydir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/easydir.h b/easydir.h
index 2191d6a..4680709 100644
--- a/easydir.h
+++ b/easydir.h
@@ -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