summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2003-06-20 13:36:34 +0000
committerMichael Meskes <meskes@postgresql.org>2003-06-20 13:36:34 +0000
commit2cbaaee6c3bd4f41470aa44d6a620de0e93d1036 (patch)
tree014d0850818f0d2326a9eb6c19e49111af5a7b4c /src/interfaces/ecpg/include/ecpglib.h
parentd9b2401d909c32eca81c44bf380a3f897e1cbf4e (diff)
Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index da91927854c..ae272927c6f 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -51,6 +51,7 @@ bool ECPGtrans(int, const char *, const char *);
bool ECPGdisconnect(int, const char *);
bool ECPGprepare(int, char *, char *);
bool ECPGdeallocate(int, char *);
+bool ECPGdeallocate_one(int, char *);
bool ECPGdeallocate_all(int);
char *ECPGprepared_statement(char *);