summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/wordparser/parser.h
blob: 3f0e0cd6359ff66f4f91050a215703d4319c6ab9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PARSER_H__
#define __PARSER_H__

extern char *token;
extern int	tokenlen;
int			tsearch2_yylex(void);
void		tsearch2_start_parse_str(char *, int);
void		tsearch2_end_parse(void);

#endif