From f181a8f04dfdfd8829861e0d0d549f39e40081e6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 13 May 2021 12:03:43 +0200 Subject: New layout --- src/inc/preprocess.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/inc/preprocess.h (limited to 'src/inc/preprocess.h') diff --git a/src/inc/preprocess.h b/src/inc/preprocess.h new file mode 100644 index 0000000..e57af10 --- /dev/null +++ b/src/inc/preprocess.h @@ -0,0 +1,8 @@ +#ifndef PREPROCESS_H +#define PREPROCESS_H + +#include + +void preprocess(struct ctx *ctx); + +#endif -- cgit v1.2.3