summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>1999-03-24 20:05:15 +0000
committerMichael Meskes <meskes@postgresql.org>1999-03-24 20:05:15 +0000
commitd471f8073a51a7769efad581e017e7c0fd5e9e84 (patch)
tree28f4427a25b51960ec96e332c81dc975e678a3b9 /src/interfaces/ecpg/include/ecpglib.h
parent9abf246b915ea4892a5c1bbc33f38bdf584cf165 (diff)
downloadpostgresql-d471f8073a51a7769efad581e017e7c0fd5e9e84.tar.gz
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index a5af239f79..0c06e117e6 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -8,7 +8,7 @@ extern "C"
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 ECPGconnect(int, const char *, const char *, const char *, const char *, int);
bool ECPGdo(int, const char *, char *,...);
bool ECPGtrans(int, const char *, const char *);
bool ECPGdisconnect(int, const char *);