aboutsummaryrefslogtreecommitdiff
path: root/include/find.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:00:51 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:00:51 -0400
commit389d0b2badf4a9cd33ed91a928b91475fb0d0a4f (patch)
treee7118bd11dc3647784d529643eafd0a28f85c244 /include/find.h
parentf76fed00c9c9289b354e7f8dd6f14ea699ef16a2 (diff)
downloadspmc-389d0b2badf4a9cd33ed91a928b91475fb0d0a4f.tar.gz
Move find.c functions into fs.c
Diffstat (limited to 'include/find.h')
-rw-r--r--include/find.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/find.h b/include/find.h
index 34c471c..839766d 100644
--- a/include/find.h
+++ b/include/find.h
@@ -4,9 +4,5 @@
#ifndef SPM_FIND_H
#define SPM_FIND_H
-char *find_executable(const char *program);
-char *find_file(const char *root, const char *filename);
-char *find_package(const char *filename);
-int errglob(const char *epath, int eerrno);
#endif //SPM_FIND_H