diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-05-26 14:43:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 14:43:00 -0400 |
commit | df0686fb8b6fefebda0548d39caad2622e2bce89 (patch) | |
tree | cbd2d92667a0ab45221a220948f6ee33b2926a1c /include/fs.h | |
parent | c205840e737b23614a686a9675b896106cee5c64 (diff) | |
parent | 065d39bff58c02719abf5a710b22d8355ff1b19d (diff) | |
download | spmc-df0686fb8b6fefebda0548d39caad2622e2bce89.tar.gz |
Merge pull request #38 from jhunkeler/from-file
From file
Diffstat (limited to 'include/fs.h')
-rw-r--r-- | include/fs.h | 3 |
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 |