aboutsummaryrefslogtreecommitdiff
path: root/include/find.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/find.h')
-rw-r--r--include/find.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/find.h b/include/find.h
new file mode 100644
index 0000000..6a3b2f5
--- /dev/null
+++ b/include/find.h
@@ -0,0 +1,9 @@
+#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