8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3467758 commit 6db6714Copy full SHA for 6db6714
src/interfaces/ecpg/include/ecpglib.h
@@ -1,7 +1,7 @@
1
/*
2
* this is a small part of c.h since we don't want to leak all postgres
3
* definitions into ecpg programs
4
- * $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 $
5
*/
6
7
#ifndef _ECPGLIB_H
@@ -38,8 +38,6 @@ extern "C"
38
{
39
#endif
40
41
-struct sqlca_t;
42
-
43
void ECPGinit_sqlca(struct sqlca_t *sqlca);
44
void ECPGdebug(int, FILE *);
45
bool ECPGstatus(int, const char *);
0 commit comments