11 lines
197 B
C
Raw Normal View History

2003-07-21 10:27:44 +00:00
#ifndef __PARSER_H__
#define __PARSER_H__
2004-08-29 05:07:03 +00:00
extern char *token;
extern int tokenlen;
2003-07-21 10:27:44 +00:00
int tsearch2_yylex(void);
void tsearch2_start_parse_str(char *, int);
void tsearch2_end_parse(void);
2003-07-21 10:27:44 +00:00
#endif