index a60b4f0dee1fd3d131bdad72748f9498f5cdc170..ced6da563d089fcfb81eefefdd74b26041757988 100644 (file)
/*
* this is a small part of c.h since we don't want to leak all postgres
* 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
{
#endif
-struct sqlca_t;
-
void ECPGinit_sqlca(struct sqlca_t *sqlca);
void ECPGdebug(int, FILE *);
bool ECPGstatus(int, const char *);