From 7b3f4cf0121c2e16b1de710c4b3f15d214fec072 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Mon, 23 Jun 2014 12:50:02 +0200 Subject: [PATCH] fixed psl_str_to_utf8lower prototype --- include/libpsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libpsl.h b/include/libpsl.h index b7fe952..4ead03d 100644 --- a/include/libpsl.h +++ b/include/libpsl.h @@ -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