From a319fe44f6d50d25f546e17ad9907eedd9a358a0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 3 Sep 2016 20:42:17 +0200 Subject: *: s/sb_/bc_/g --- src/common/utf8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/utf8.h') diff --git a/src/common/utf8.h b/src/common/utf8.h index 06fe07e..b37a97d 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -15,7 +15,7 @@ #include "utils.h" bool blogc_utf8_validate(const uint8_t *str, size_t len); -bool blogc_utf8_validate_str(sb_string_t *str); +bool blogc_utf8_validate_str(bc_string_t *str); size_t blogc_utf8_skip_bom(const uint8_t *str, size_t len); #endif /* _UTF_8_H */ -- cgit v1.2.3-18-g5258