]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/odbc/convert.h
Version 06-30-0248
[postgresql] / src / interfaces / odbc / convert.h
index 56f798f8e85c1a125664748517c81dc9b2a3e5f4..8a75f647fab11db07802e5bff49d064d33ba1424 100644 (file)
@@ -43,6 +43,8 @@ char *convert_special_chars(char *si, char *dst, int used);
 int convert_pgbinary_to_char(char *value, char *rgbValue, int cbValueMax);
 int convert_from_pgbinary(unsigned char *value, unsigned char *rgbValue, int cbValueMax);
 int convert_to_pgbinary(unsigned char *in, char *out, int len);
+void encode(char *in, char *out);
+void decode(char *in, char *out);
 int convert_lo(StatementClass *stmt, void *value, Int2 fCType, PTR rgbValue, 
                   SDWORD cbValueMax, SDWORD *pcbValue, char multiple);