summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/extern.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2004-07-04 15:02:24 +0000
committerMichael Meskes <meskes@postgresql.org>2004-07-04 15:02:24 +0000
commit8715789928dfea256334e849799bf57064a5b227 (patch)
tree6ae76d52f93a8fc69552c93bfdb0501805979277 /src/interfaces/ecpg/ecpglib/extern.h
parenta72dd7a9e4ddf8a9bc3443b4d10d6fef767ad066 (diff)
Made sure SET DESCRIPTOR accepts all data types including constants.
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/extern.h')
-rw-r--r--src/interfaces/ecpg/ecpglib/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ecpglib/extern.h b/src/interfaces/ecpg/ecpglib/extern.h
index c644ff292da..74a8b046c92 100644
--- a/src/interfaces/ecpg/ecpglib/extern.h
+++ b/src/interfaces/ecpg/ecpglib/extern.h
@@ -124,6 +124,8 @@ PGresult **ECPGdescriptor_lvalue (int line, const char *descriptor);
bool ECPGstore_result (const PGresult * results, int act_field,
const struct statement *stmt, struct variable *var);
+bool ECPGstore_input(const int, const bool, const struct variable *, const char **, bool *);
+void ECPGget_variable(va_list *, enum ECPGttype, struct variable *, bool);
/* SQLSTATE values generated or processed by ecpglib (intentionally
* not exported -- users should refer to the codes directly) */