summaryrefslogtreecommitdiff
path: root/src/dged/syntax.h
blob: 015f5be4601f5d17983c8d420cee9406f4a9a89d (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYNTAX_H
#define _SYNTAX_H

#include <stdint.h>

void syntax_init(uint32_t grammar_path_len, const char *grammar_path[]);
void syntax_teardown(void);

#endif