aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2001-11-14 11:11:49 +0000
committerMichael Meskes <meskes@postgresql.org>2001-11-14 11:11:49 +0000
commit32a4c3008f65deed3f2cb56f8df6fac85b3969f3 (patch)
treef94ae47a8c183b174c6e8da6dc6fc26fa9664e3d /src/interfaces/ecpg/include/ecpglib.h
parentebb93323bbf7c62aeff283cd5991071ee8c575fa (diff)
downloadpostgresql-32a4c3008f65deed3f2cb56f8df6fac85b3969f3.tar.gz
postgresql-32a4c3008f65deed3f2cb56f8df6fac85b3969f3.zip
Added Christof's patches.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index 8c455ec58b0..5c295d87280 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -67,6 +67,8 @@ void ECPGraise(int line, int code, const char *str);
bool ECPGget_desc_header(int, char *, int *);
bool ECPGget_desc(int, char *, int,...);
+/* dynamic result allocation */
+ void ECPGfree_auto_mem(void);
#ifdef __cplusplus
}