postgresql/contrib/tsearch2/wordparser/parser.h

11 lines
202 B
C
Raw Normal View History

2003-07-21 12:27:44 +02:00
#ifndef __PARSER_H__
#define __PARSER_H__
extern char *token;
extern int tokenlen;
2003-07-21 12:27:44 +02:00
int tsearch2_yylex(void);
void tsearch2_start_parse_str(char *, int);
void tsearch2_end_parse(void);
2003-07-21 12:27:44 +02:00
#endif