diff options
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r-- | src/interfaces/ecpg/lib/extern.h | 3 |
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); |