Made some functions static.
[gedcom-parse.git] / utf8 / utf8-locale.c
index 697ea1a0b562bfcd6c72c103e0b94e77c960a306..ff443e17e188cdbcebb5ea3c188d0047bf78c07d 100644 (file)
 
 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);