mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __PARSER_H__
 | 
						|
#define __PARSER_H__
 | 
						|
 | 
						|
char	   *token;
 | 
						|
int			tokenlen;
 | 
						|
int			tsearch_yylex(void);
 | 
						|
void		start_parse_str(char *, int);
 | 
						|
void		end_parse(void);
 | 
						|
 | 
						|
#endif
 |