mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove redeclaration of struct sqlca_t --- unnecessary and provokes
warnings on some compilers.
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * this is a small part of c.h since we don't want to leak all postgres
 | 
					 * this is a small part of c.h since we don't want to leak all postgres
 | 
				
			||||||
 * definitions into ecpg programs
 | 
					 * definitions into ecpg programs
 | 
				
			||||||
 * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.68 2006/08/02 13:43:23 meskes Exp $
 | 
					 * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.69 2006/08/04 16:54:05 tgl Exp $
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef _ECPGLIB_H
 | 
					#ifndef _ECPGLIB_H
 | 
				
			||||||
@@ -38,8 +38,6 @@ extern		"C"
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct sqlca_t;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void		ECPGinit_sqlca(struct sqlca_t *sqlca);
 | 
					void		ECPGinit_sqlca(struct sqlca_t *sqlca);
 | 
				
			||||||
void		ECPGdebug(int, FILE *);
 | 
					void		ECPGdebug(int, FILE *);
 | 
				
			||||||
bool		ECPGstatus(int, const char *);
 | 
					bool		ECPGstatus(int, const char *);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user