diff options
Diffstat (limited to 'src/bin/psql/mbprint.h')
-rw-r--r-- | src/bin/psql/mbprint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/psql/mbprint.h b/src/bin/psql/mbprint.h index 826b71c84a4..7624a34793b 100644 --- a/src/bin/psql/mbprint.h +++ b/src/bin/psql/mbprint.h @@ -1,4 +1,4 @@ -/* $Id: mbprint.h,v 1.5 2002/08/27 20:16:48 petere Exp $ */ +/* $Id: mbprint.h,v 1.6 2003/03/18 22:15:44 petere Exp $ */ #ifndef MBPRINT_H #define MBPRINT_H @@ -6,8 +6,8 @@ pg_wchar utf2ucs(const unsigned char *c); -unsigned char *mbvalidate(unsigned char *pwcs); +unsigned char *mbvalidate(unsigned char *pwcs, int encoding); -int pg_wcswidth(unsigned char *pwcs, size_t len); +int pg_wcswidth(unsigned char *pwcs, size_t len, int encoding); #endif /* MBPRINT_H */ |