X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/936cf6f2bbdbcfeec89a406a7734fe97468bcdc1..13affe66e42887bf256d91a719d8e25f51600136:/lib/charset.h diff --git a/lib/charset.h b/lib/charset.h index f77c583..b172b76 100644 --- a/lib/charset.h +++ b/lib/charset.h @@ -20,8 +20,12 @@ #ifndef CHARSET_H #define CHARSET_H +struct dynstr; + /* Character encoding conversion routines */ +int one_ucs42utf8(uint32_t c, struct dynstr *d); + uint32_t *utf82ucs4(const char *mb); char *ucs42utf8(const uint32_t *u); char *mb2utf8(const char *mb);