Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6db6714

Browse files
committed
Remove redeclaration of struct sqlca_t --- unnecessary and provokes
warnings on some compilers.
1 parent3467758 commit6db6714

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-
structsqlca_t;
42-
4341
voidECPGinit_sqlca(structsqlca_t*sqlca);
4442
voidECPGdebug(int,FILE*);
4543
boolECPGstatus(int,constchar*);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp