You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postgres/contrib/tsearch2/wordparser/parser.h

11 lines
197 B

23 years ago
#ifndef __PARSER_H__
#define __PARSER_H__
extern char *token;
extern int tokenlen;
23 years ago
int tsearch2_yylex(void);
void tsearch2_start_parse_str(char *, int);
void tsearch2_end_parse(void);
23 years ago
#endif