aboutsummaryrefslogtreecommitdiff
path: root/inc/lint.h
diff options
context:
space:
mode:
authorMarvin Borner2021-07-27 21:10:34 +0200
committerMarvin Borner2021-07-27 21:10:34 +0200
commitbfdc8d2d843c08bd01517256a63518d03da236f6 (patch)
tree399cfdb73a1716b8d8f6efb1447990f917a9242a /inc/lint.h
parent56c2a240f379ca3d12b1bb5a9950c1663ba33763 (diff)
Started treeify
Diffstat (limited to 'inc/lint.h')
-rw-r--r--inc/lint.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/lint.h b/inc/lint.h
new file mode 100644
index 0000000..9c3f808
--- /dev/null
+++ b/inc/lint.h
@@ -0,0 +1,8 @@
+#ifndef LINT_H
+#define LINT_H
+
+#include <context.h>
+
+void lint(struct ctx *ctx);
+
+#endif