summaryrefslogtreecommitdiff
path: root/prochide.h
diff options
context:
space:
mode:
authordaniel <daniel@planethacker.net>2025-05-07 09:45:50 -0700
committerdaniel <daniel@planethacker.net>2025-05-07 09:45:50 -0700
commiteeac69b2168c5a65f9608771006ccc43033cbd23 (patch)
tree1dc44a6016b607085a691768810d551045df9901 /prochide.h
initial commitHEADmain
Diffstat (limited to 'prochide.h')
-rw-r--r--prochide.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/prochide.h b/prochide.h
new file mode 100644
index 0000000..a23fb9b
--- /dev/null
+++ b/prochide.h
@@ -0,0 +1,13 @@
+/*
+ * LOKI3
+ *
+ * [ prochide.h ]
+ *
+ * 2019 and beyond Elective Surgery [dmfr]
+ */
+
+#include <stdbool.h>
+
+bool prochide(int argc, char *argv[]);
+
+/* EOF */