Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6db6714

Browse files
committed
Remove redeclaration of struct sqlca_t --- unnecessary and provokes
warnings on some compilers.
1 parent 3467758 commit 6db6714

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/interfaces/ecpg/include/ecpglib.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* this is a small part of c.h since we don't want to leak all postgres
33
* definitions into ecpg programs
4-
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.68 2006/08/02 13:43:23 meskes Exp $
4+
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.69 2006/08/04 16:54:05 tgl Exp $
55
*/
66

77
#ifndef _ECPGLIB_H
@@ -38,8 +38,6 @@ extern "C"
3838
{
3939
#endif
4040

41-
struct sqlca_t;
42-
4341
void ECPGinit_sqlca(struct sqlca_t *sqlca);
4442
void ECPGdebug(int, FILE *);
4543
bool ECPGstatus(int, const char *);

0 commit comments

Comments
 (0)