mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			202 B
		
	
	
	
		
			C
		
	
	
	
	
	
#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
 |