diff options
| author | Michael Meskes <meskes@postgresql.org> | 2004-07-05 09:45:54 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2004-07-05 09:45:54 +0000 |
| commit | 073f7312a4c0aff9030ccc52010095a260c6a7a6 (patch) | |
| tree | bc64a74145ae3c68e0b6466b25610447d1db95f8 /src/interfaces/ecpg/include/ecpglib.h | |
| parent | da09dea3e32fcc430102f6377caee24a2afe2101 (diff) | |
| download | postgresql-073f7312a4c0aff9030ccc52010095a260c6a7a6.tar.gz | |
- Fixed indicator in SET DESCRIPTOR.
- Added special handling of descriptor header information.
- Some code cleanup.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
| -rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 778104a27b..6145e79cb4 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -77,7 +77,7 @@ void ECPGraise(int line, int code, const char *sqlstate, const char *str); void ECPGraise_backend(int line, PGresult *result, PGconn *conn, int compat); bool ECPGget_desc_header(int, char *, int *); bool ECPGget_desc(int, char *, int,...); -bool ECPGset_desc_header(int, char *, int *); +bool ECPGset_desc_header(int, char *, int); bool ECPGset_desc(int, char *, int,...); void ECPGset_noind_null(enum ECPGttype, void *); |
