X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2Futf8-locale.c;fp=utf8%2Futf8-locale.c;h=ff443e17e188cdbcebb5ea3c188d0047bf78c07d;hb=fdfc069f83502c9b61fe083bea007aa0fc2d21f7;hp=697ea1a0b562bfcd6c72c103e0b94e77c960a306;hpb=5b9000301fadc8cb178015132507b98546a649aa;p=gedcom-parse.git diff --git a/utf8/utf8-locale.c b/utf8/utf8-locale.c index 697ea1a..ff443e1 100644 --- a/utf8/utf8-locale.c +++ b/utf8/utf8-locale.c @@ -28,12 +28,12 @@ static convert_t locale_conv = NULL; -void close_conversion_contexts() +static void close_conversion_contexts() { cleanup_utf8_conversion(locale_conv); } -int open_conversion_contexts() +static int open_conversion_contexts() { assert (locale_conv == NULL); locale_conv = initialize_utf8_conversion(locale_charset(), 0);