diff options
author | Marvin Borner | 2021-05-13 12:03:43 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-13 12:03:43 +0200 |
commit | f181a8f04dfdfd8829861e0d0d549f39e40081e6 (patch) | |
tree | d937ae185e4a0dd97fd61b65be0cee01ac85876b /src/inc/lint.h | |
parent | 879663d7154201ace191425cbddb36dc18f39402 (diff) |
New layout
Diffstat (limited to 'src/inc/lint.h')
-rw-r--r-- | src/inc/lint.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/inc/lint.h b/src/inc/lint.h new file mode 100644 index 0000000..9c3f808 --- /dev/null +++ b/src/inc/lint.h @@ -0,0 +1,8 @@ +#ifndef LINT_H +#define LINT_H + +#include <context.h> + +void lint(struct ctx *ctx); + +#endif |