aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fs.h b/include/fs.h
index c41b649..81acd92 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -41,6 +41,5 @@ char *human_readable_size(uint64_t n);
char *expandpath(const char *_path);
char *spm_mkdtemp(const char *base, const char *name, const char *extended_path);
int touch(const char *path);
-
-
+char **file_readlines(const char *filename, size_t start, size_t limit, ReaderFn *readerFn);
#endif //SPM_FSTREE_H