Change return type of:
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 25 Aug 2000 14:24:09 +0000 (14:24 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 25 Aug 2000 14:24:09 +0000 (14:24 +0000)
commit8cca25728bdacb31dfdcaf9f8b5fb61ca3438819
tree9cb59e50ed2d2ecf3a37800b41655d2d7ff715e1
parent996832caeec19ed43fdc36db33ae7ee48e348662
Change return type of:
       pg_mb2wchar(const unsigned char *, pg_wchar *);
       pg_mb2wchar_with_len(const unsigned char *, pg_wchar *, int);
from void to int. Now they return the number of
wide chars.
src/include/mb/pg_wchar.h