diff options
author | Joursoir <chat@joursoir.net> | 2021-03-03 20:10:05 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-03 20:10:05 +0000 |
commit | 8a48afccb97462b0dc261e8c99c0825295ebc019 (patch) | |
tree | 5efa557df3969708d4ce052713033d9e57df84b7 /src/easydir.h | |
parent | ce7c8411d7af66904da5e852f01fd95426ccf5c0 (diff) | |
download | lock-password-8a48afccb97462b0dc261e8c99c0825295ebc019.tar.gz lock-password-8a48afccb97462b0dc261e8c99c0825295ebc019.tar.bz2 lock-password-8a48afccb97462b0dc261e8c99c0825295ebc019.zip |
cmd 'edit' has become more secure
Diffstat (limited to 'src/easydir.h')
-rw-r--r-- | src/easydir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/easydir.h b/src/easydir.h index cfd4494..292002e 100644 --- a/src/easydir.h +++ b/src/easydir.h @@ -27,6 +27,5 @@ enum status_file { int file_exist(const char *path); int count_dir_entries(const char *path); -char *fileCropLineFeed(char *path, char *text, int maxlen); #endif
\ No newline at end of file |