diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-06-07 02:00:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-07 02:00:13 -0400 |
| commit | a9163234b166945a6d62efedf35940455ef6e138 (patch) | |
| tree | f3a0874ce443e19df9ce5988dd1afcbf97242e33 /include/fs.h | |
| parent | bd83a3adb8cf3455f6515a6527f2d1293dd08ca1 (diff) | |
| parent | 67c0eb41848eee453cbc0b1ba480167462270dfe (diff) | |
| download | spmc-a9163234b166945a6d62efedf35940455ef6e138.tar.gz | |
Merge pull request #43 from jhunkeler/dead-code
Dead code
Diffstat (limited to 'include/fs.h')
| -rw-r--r-- | include/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fs.h b/include/fs.h index 0698871..9f706b2 100644 --- a/include/fs.h +++ b/include/fs.h @@ -47,4 +47,6 @@ 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); +char *find_executable(const char *program); +int find_in_file(const char *filename, const char *pattern); #endif //SPM_FSTREE_H |
