diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-11 18:33:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-11 18:33:37 +0000 |
commit | c6dd1e63a951ba4b529ed292f88fba28de70df78 (patch) | |
tree | fa342f405c3a3bacd02f038f6043b1f39d78f623 /src/interfaces/ecpg/include/ecpglib.h | |
parent | 79c8d2e3a0966b49af2a2cab44628d2f963d46fd (diff) |
This one cleans the cursor problems ecpg had so far. It is now able
to understand cursors with variables.
Michael
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index a81ca7e8b9c..83f2e6efb86 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -13,9 +13,6 @@ bool ECPGdisconnect(int, const char *); void ECPGlog(const char *format,...); -bool ECPGdeclare(int, const char *, char *); -bool ECPGopen(int, const char *); - #ifdef LIBPQ_FE_H bool ECPGsetdb(PGconn *); |