summaryrefslogtreecommitdiff
path: root/multibyte.h
diff options
context:
space:
mode:
authorBruce Momjian2002-03-25 01:53:55 +0000
committerBruce Momjian2002-03-25 01:53:55 +0000
commit7a17b0a1ffd62ca00675bb0373fcfafdfc5598ab (patch)
tree127113c42bcee73be4e4b454a16eb9c4987401fb /multibyte.h
parentbe7b9be5303caf85e5b31250aedd2b46b80cb4ce (diff)
Fix for ODBC compile warnings.
Diffstat (limited to 'multibyte.h')
-rw-r--r--multibyte.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/multibyte.h b/multibyte.h
index 47a57b0..8c9b4cc 100644
--- a/multibyte.h
+++ b/multibyte.h
@@ -86,4 +86,7 @@ void encoded_str_constr(encoded_str *encstr, int ccsc, const char *str);
#define make_encoded_str(encstr, conn, str) encoded_str_constr(encstr, conn->ccsc, str)
extern int encoded_nextchar(encoded_str *encstr);
extern int encoded_byte_check(encoded_str *encstr, int abspos);
+
+/* This doesn't seem to be called by anyone, bjm 2002-03-24 */
+extern int pg_ismb(int characterset_code);
#define check_client_encoding(X) pg_CS_name(pg_CS_code(X))