diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-02-14 13:17:13 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-02-14 13:17:13 +0000 |
commit | 3a335375a961f28053195b2fda15dbe4d40ffc4a (patch) | |
tree | 4c32edb2cc0735eecc10ed4d33b90fc35666269e /src/interfaces/ecpg/lib/extern.h | |
parent | aa874ee0d7fcf57257f1c405d81e99503fe0d593 (diff) |
- Synced parser and keyword file.
- More work on Informix compatibility.
Diffstat (limited to 'src/interfaces/ecpg/lib/extern.h')
-rw-r--r-- | src/interfaces/ecpg/lib/extern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/lib/extern.h b/src/interfaces/ecpg/lib/extern.h index a950559e16f..1bd67356be1 100644 --- a/src/interfaces/ecpg/lib/extern.h +++ b/src/interfaces/ecpg/lib/extern.h @@ -6,6 +6,9 @@ /* 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); |