aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 06:39:29 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 06:39:29 +0000
commit2dea5bc2ad4281042758f0e9bfe98fa96bc89412 (patch)
tree325a53d3e82459b91a03e167fc8d32bc1c9f90ec /include
parentcb7e87a7889c8ee3f33db43dc2f5653385dc9e29 (diff)
declarative package management
Diffstat (limited to 'include')
-rw-r--r--include/declare.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/declare.h b/include/declare.h
new file mode 100644
index 0000000..daf2b5b
--- /dev/null
+++ b/include/declare.h
@@ -0,0 +1,4 @@
+#ifndef DECLARE
+#define DECLARE
+void declare();
+#endif