summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/lib/extern.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-02-13 18:13:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-02-13 18:13:22 +0000
commit8d33f80fc43853b6d6f63fac42b19b5ceba2e306 (patch)
tree002857de88ee65717d59703929ccdde469079a68 /src/interfaces/ecpg/lib/extern.h
parent478c95a0dcf94a7748f2eeea1da146e103c9ba2a (diff)
Suppress gcc warning.
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r--src/interfaces/ecpg/lib/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/lib/extern.h b/src/interfaces/ecpg/lib/extern.h
index ad0e6b332bc..a950559e16f 100644
--- a/src/interfaces/ecpg/lib/extern.h
+++ b/src/interfaces/ecpg/lib/extern.h
@@ -6,8 +6,9 @@
/* Here are some methods used by the lib. */
-/* Stores the backend error message for client access */
+/* Store and retrieve the backend error message for client access */
void set_backend_err(const char *err, int lineon);
+char *ECPGerrmsg(void);
/* Returns a pointer to a string containing a simple type name. */
void ECPGadd_mem(void *ptr, int lineno);