From 244d2d67a072adec5d673681fe33b9af508dbec4 Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Mon, 17 Feb 2003 14:06:40 +0000 Subject: Added Informix "database" command. --- src/interfaces/ecpg/include/ecpglib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/include/ecpglib.h') diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index d3da4a40559..e5c3f193151 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -49,9 +49,10 @@ bool ECPGdisconnect(int, const char *); bool ECPGprepare(int, char *, char *); bool ECPGdeallocate(int, char *); bool ECPGdeallocate_all(int); -char *ECPGprepared_statement(char *); +char *ECPGprepared_statement(char *); void ECPGlog(const char *format,...); +char *ECPGerrmsg(void); /* print an error message */ void sqlprint(void); -- cgit v1.2.3