From 8c0e8a9283d9a471135c8a3c9e934cd04aaf4a8c Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Wed, 18 Jun 2014 14:50:26 +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 dff8974..3b5dd74 100644 --- a/include/libpsl.h +++ b/include/libpsl.h @@ -67,7 +67,7 @@ const char * psl_registrable_domain(const psl_ctx_t *psl, const char *domain); /* convert a string into lowercase UTF-8 */ int - psl_str_to_utf8lower(const char *s, const char *encoding, const char *locale, char **lower); + psl_str_to_utf8lower(const char *str, const char *encoding, const char *locale, char **lower); /* does not include exceptions */ int psl_suffix_count(const psl_ctx_t *psl);