summaryrefslogtreecommitdiff
path: root/src/bin/eolian/checks.h
blob: d7e3ec826d27b454d7d50ec125e6eb5ae608eebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CHECKS_H
#define CHECKS_H

#include "main.h"

/**
 * @brief Apply checks on the given filename
 *
 * @param[in] src the parsed eolian unit
 * @param[in] filename the filename to check
 *
 */
void apply_checks(const Eolian_Unit *src, const char *filename);

#endif