From bfdc8d2d843c08bd01517256a63518d03da236f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Jul 2021 21:10:34 +0200 Subject: Started treeify --- inc/preprocess.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 inc/preprocess.h (limited to 'inc/preprocess.h') diff --git a/inc/preprocess.h b/inc/preprocess.h new file mode 100644 index 0000000..e57af10 --- /dev/null +++ b/inc/preprocess.h @@ -0,0 +1,8 @@ +#ifndef PREPROCESS_H +#define PREPROCESS_H + +#include + +void preprocess(struct ctx *ctx); + +#endif -- cgit v1.2.3