X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=utf8-locale.h;h=ffe974ba9b2edde400fad28a2fcc7a445279fd5d;hb=465e8c27883cb6e9c4df526e91da9c7bc1a7b506;hp=dec20efc8f3da4cffbeef3a0b37a7389f82e0d67;hpb=09fb15d8ada80aca62d048e78c7536c54cee01f9;p=gedcom-parse.git diff --git a/utf8-locale.h b/utf8-locale.h index dec20ef..ffe974b 100644 --- a/utf8-locale.h +++ b/utf8-locale.h @@ -17,7 +17,7 @@ __BEGIN_DECLS void convert_set_unknown(const char* unknown); -char* convert_utf8_to_locale(char* input); +char* convert_utf8_to_locale(char* input, int *conv_fails); char* convert_locale_to_utf8(char* input); __END_DECLS