aboutsummaryrefslogtreecommitdiff
path: root/include/find.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-06-07 02:00:13 -0400
committerGitHub <noreply@github.com>2020-06-07 02:00:13 -0400
commita9163234b166945a6d62efedf35940455ef6e138 (patch)
treef3a0874ce443e19df9ce5988dd1afcbf97242e33 /include/find.h
parentbd83a3adb8cf3455f6515a6527f2d1293dd08ca1 (diff)
parent67c0eb41848eee453cbc0b1ba480167462270dfe (diff)
downloadspmc-a9163234b166945a6d62efedf35940455ef6e138.tar.gz
Merge pull request #43 from jhunkeler/dead-code
Dead code
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