aboutsummaryrefslogtreecommitdiff
path: root/inc/preprocess.h
blob: e57af10344e35021e8e5cbe004efdee81a56c0f1 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PREPROCESS_H
#define PREPROCESS_H

#include <context.h>

void preprocess(struct ctx *ctx);

#endif