aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 10:55:12 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 10:55:12 +0000
commitd864bf7907c814eef30e906e59b0890df34d311c (patch)
tree93623d63a5d5f77e909d117688202a77342f18de /include
parent52cc7c1f80eda62f4bd02d5b0cfd6701e0043842 (diff)
'find' will show all installed packages
Diffstat (limited to 'include')
-rw-r--r--include/find.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/find.h b/include/find.h
new file mode 100644
index 0000000..a4bcefd
--- /dev/null
+++ b/include/find.h
@@ -0,0 +1,4 @@
+#ifndef FIND
+#define FIND
+void find();
+#endif