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