main shrubtools / proto / parse.h
1#ifndef PARSE_H
2#define PARSE_H
3
4#include "protocol.h"
5
6void parsefile(const char *, struct protocol *);
7
8#endif