diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-05-02 14:43:25 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-05-02 14:43:25 +0000 |
commit | f7d836212a33cfcc77c0d32272bd3ce116dc95ad (patch) | |
tree | fd4c6ed6e0b05c294acfcfca81c31dc4b78ed6da /src/interfaces/ecpg/include/ecpglib.h | |
parent | 9e9d8d54e32e3ce9fa839b9b23192bc698eca5d0 (diff) | |
download | postgresql-f7d836212a33cfcc77c0d32272bd3ce116dc95ad.tar.gz postgresql-f7d836212a33cfcc77c0d32272bd3ce116dc95ad.zip |
Fixed double definition of ecpg_compat_mode.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index b4700deaff7..195a464dd91 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -42,6 +42,7 @@ void ECPGdebug(int, FILE *); bool ECPGstatus(int, const char *); bool ECPGsetcommit(int, const char *, const char *); bool ECPGsetconn(int, const char *); +bool ECPGconnect_informix(int, const char *, const char *, const char *, const char *, int); 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 *); |