fixed psl_str_to_utf8lower prototype
This commit is contained in:
parent
7354a50c48
commit
7b3f4cf012
|
@ -87,7 +87,7 @@ const char *
|
|||
const char *
|
||||
psl_registrable_domain(const psl_ctx_t *psl, const char *domain);
|
||||
/* convert a string into lowercase UTF-8 */
|
||||
int
|
||||
psl_error_t
|
||||
psl_str_to_utf8lower(const char *str, const char *encoding, const char *locale, char **lower);
|
||||
/* does not include exceptions */
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue