diff options
Diffstat (limited to 'Modules/expat/internal.h')
-rw-r--r-- | Modules/expat/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/internal.h b/Modules/expat/internal.h index 3c5d6e9..e33fdcb 100644 --- a/Modules/expat/internal.h +++ b/Modules/expat/internal.h @@ -116,7 +116,7 @@ extern "C" { void -align_limit_to_full_utf8_characters(const char * from, const char ** fromLimRef); +_INTERNAL_trim_to_complete_utf8_characters(const char * from, const char ** fromLimRef); #ifdef __cplusplus |