1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

More cleanup.

This commit is contained in:
Bruce Momjian
2001-02-11 05:13:52 +00:00
parent 82b1fd1e0d
commit 26dc50141b
38 changed files with 771 additions and 549 deletions

View File

@ -37,16 +37,16 @@
extern GLOBAL_VALUES globals;
RETCODE set_statement_option(ConnectionClass * conn,
StatementClass * stmt,
RETCODE set_statement_option(ConnectionClass *conn,
StatementClass *stmt,
UWORD fOption,
UDWORD vParam);
RETCODE
set_statement_option(ConnectionClass * conn,
StatementClass * stmt,
set_statement_option(ConnectionClass *conn,
StatementClass *stmt,
UWORD fOption,
UDWORD vParam)
{