diff options
Diffstat (limited to 'inc/preprocess.h')
-rw-r--r-- | inc/preprocess.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <context.h> + +void preprocess(struct ctx *ctx); + +#endif |