From: Peter Verthez Date: Sat, 28 Dec 2002 13:16:23 +0000 (+0000) Subject: Made some functions static. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=fdfc069f83502c9b61fe083bea007aa0fc2d21f7;hp=5b9000301fadc8cb178015132507b98546a649aa;p=gedcom-parse.git Made some functions static. --- 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);