diff options
author | Michael Meskes <meskes@postgresql.org> | 2000-03-01 12:49:43 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2000-03-01 12:49:43 +0000 |
commit | 8cb8da38b8acf41b0e5bcb3a13f3adaaaaaa915a (patch) | |
tree | d536300d6f335d5d016200cd1248ff6a9c0bf631 /src/interfaces/ecpg/include/ecpglib.h | |
parent | a50aaa7289732049e1e00cb0e61fd21af2957a83 (diff) |
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index fc416bd4fb3..1e527ce369e 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -30,12 +30,12 @@ extern "C" /* Here are some methods used by the lib. */ /* Returns a pointer to a string containing a simple type name. */ - const char *ECPGtype_name(enum ECPGttype); bool get_data(PGresult *, int, int, int, enum ECPGttype type, - enum ECPGttype, void *, void *, long, long); + enum ECPGttype, void *, void *, long, long, bool); char *ecpg_alloc(long, int); char *ecpg_strdup(const char *, int); const char *ECPGtype_name(enum ECPGttype); + unsigned int ECPGDynamicType(Oid); /* and some vars */ extern struct auto_mem *auto_allocs; |