mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 00:33:54 -05:00
Remove incorrect declarations in pg_wchar.h.
Oversight in commit 9acae56ce0.
Discussion: https://postgr.es/m/541F240E-94AD-4D65-9794-7D6C316BC3FF@gmail.com
This commit is contained in:
parent
54c41a6deb
commit
95a19fefdc
1 changed files with 0 additions and 2 deletions
|
|
@ -676,8 +676,6 @@ extern int pg_valid_server_encoding(const char *name);
|
|||
extern bool is_encoding_supported_by_icu(int encoding);
|
||||
extern const char *get_encoding_name_for_icu(int encoding);
|
||||
|
||||
extern unsigned char *unicode_to_utf8(char32_t c, unsigned char *utf8string);
|
||||
extern char32_t utf8_to_unicode(const unsigned char *c);
|
||||
extern bool pg_utf8_islegal(const unsigned char *source, int length);
|
||||
extern int pg_utf_mblen(const unsigned char *s);
|
||||
extern int pg_mule_mblen(const unsigned char *s);
|
||||
|
|
|
|||
Loading…
Reference in a new issue