diff options
Diffstat (limited to 'inc/lint.h')
-rw-r--r-- | inc/lint.h | 8 |
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 |