1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
1999-03-20 19:46:54 +00:00
parent a4ce6f00f8
commit e4274d60a5
7 changed files with 85 additions and 52 deletions

View File

@ -6,6 +6,7 @@ extern "C"
#endif
void ECPGdebug(int, FILE *);
bool ECPGstatus(int, const char *);
bool ECPGsetconn(int, const char *);
bool ECPGconnect(int, const char *, const char *, const char *, const char *);
bool ECPGdo(int, const char *, char *,...);