aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/ecpglib.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-02-20 07:01:08 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-02-20 07:01:08 +0000
commitbf6636baa69cd343c12b27df87f23809c1ce04c1 (patch)
treeae14fe2336482a9223bd334a337edfce2c7875a4 /src/interfaces/ecpg/include/ecpglib.h
parent3eb22085b578bc112a824efae2402545ce93d991 (diff)
downloadpostgresql-bf6636baa69cd343c12b27df87f23809c1ce04c1.tar.gz
postgresql-bf6636baa69cd343c12b27df87f23809c1ce04c1.zip
From: Michael Meskes <Michael_Meskes@topmail.de>
See Changes file...
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r--src/interfaces/ecpg/include/ecpglib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h
index 730753efcda..4e1d6f9cde4 100644
--- a/src/interfaces/ecpg/include/ecpglib.h
+++ b/src/interfaces/ecpg/include/ecpglib.h
@@ -11,7 +11,10 @@ extern "C"
bool ECPGdo(int, char *,...);
bool ECPGtrans(int, const char *);
bool ECPGdisconnect(int, const char *);
-
+ bool ECPGprepare(int, char *, char *);
+ bool ECPGdeallocate(int, char *);
+ char *ECPGprepared_statement(char *);
+
void ECPGlog(const char *format,...);
#ifdef LIBPQ_FE_H