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
170 B

23 years ago
#ifndef __PARSER_H__
#define __PARSER_H__
char *token;
int tokenlen;
int tsearch2_yylex(void);
void start_parse_str(char *, int);
void end_parse(void);
#endif