aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/convert.h')
-rw-r--r--src/interfaces/odbc/convert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interfaces/odbc/convert.h b/src/interfaces/odbc/convert.h
index 1ca0b1bb0c9..8f65472e1f2 100644
--- a/src/interfaces/odbc/convert.h
+++ b/src/interfaces/odbc/convert.h
@@ -40,8 +40,6 @@ int copy_and_convert_field(StatementClass *stmt, Int4 field_type, void *value, I
PTR rgbValue, SDWORD cbValueMax, SDWORD *pcbValue);
int copy_statement_with_parameters(StatementClass *stmt);
-int convert_escape(const char *value, StatementClass *stmt,
- int *npos, int *stsize, const char **val_resume);
BOOL convert_money(const char *s, char *sout, size_t soutmax);
char parse_datetime(const char *buf, SIMPLE_TIME *st);
int convert_linefeeds(const char *s, char *dst, size_t max, BOOL convlf, BOOL *changed);