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);
|
2003-12-05 14:27:42 +00:00
|
|
|
void tsearch2_start_parse_str(char *, int);
|
|
|
|
void tsearch2_end_parse(void);
|
2003-07-21 10:27:44 +00:00
|
|
|
|
|
|
|
#endif
|