aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.h
blob: ea449a8738efdcf3366d4fc7844bd852b44bc434 (plain) (blame)
1
2
3
4
5
6
#ifndef _RUNES_PARSER_H
#define _RUNES_PARSER_H

void runes_parser_process_string(RunesTerm *t, char *buf, size_t len);

#endif