From b6a1d25b0aa179c86e0607d4c0c3b647dc5bbb87 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 27 Jul 2003 04:53:12 +0000 Subject: Error message editing in utils/adt. Again thanks to Joe Conway for doing the bulk of the heavy lifting ... --- src/include/mb/pg_wchar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/mb') diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 3fce35650f..7c7da9d199 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -1,4 +1,4 @@ -/* $Id: pg_wchar.h,v 1.46 2003/06/02 18:59:25 momjian Exp $ */ +/* $Id: pg_wchar.h,v 1.47 2003/07/27 04:53:11 tgl Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H @@ -323,7 +323,7 @@ extern void LocalToUtf(unsigned char *iso, unsigned char *utf, extern void UtfToLocal(unsigned char *utf, unsigned char *iso, pg_utf_to_local *map, int size, int len); -extern char *pg_verifymbstr(const unsigned char *mbstr, int len); +extern bool pg_verifymbstr(const unsigned char *mbstr, int len, bool noError); extern void pg_ascii2mic(unsigned char *src, unsigned char *dest, int len); extern void pg_mic2ascii(unsigned char *src, unsigned char *dest, int len); -- cgit v1.2.1