diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/extern.h')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/extern.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/ecpglib/extern.h b/src/interfaces/ecpg/ecpglib/extern.h index b6b25b8328a..9f16fc24efa 100644 --- a/src/interfaces/ecpg/ecpglib/extern.h +++ b/src/interfaces/ecpg/ecpglib/extern.h @@ -10,13 +10,6 @@ enum COMPAT_MODE { ECPG_COMPAT_PGSQL = 0, ECPG_COMPAT_INFORMIX, ECPG_COMPAT_INFO /* Here are some methods used by the lib. */ -/* Stores the backend error message for client access */ -void set_backend_err(const char *err, int lineon); - -/* 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); |