]> wimlib.net Git - wimlib/blobdiff - src/wim.c
Update docs
[wimlib] / src / wim.c
index 6262a1b757646966d3db737180665d505f93ff72..667d076b6859ecca519828f36ef79aa8e8b5dc83 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -670,7 +670,8 @@ wimlib_free(WIMStruct *w)
        DEBUG("Freed WIMStruct");
 }
 
-static bool test_locale_ctype_utf8()
+static bool
+test_locale_ctype_utf8()
 {
        char *ctype = nl_langinfo(CODESET);
 
@@ -680,8 +681,6 @@ static bool test_locale_ctype_utf8()
                strstr(ctype, "utf-8") == 0);
 }
 
-bool wimlib_mbs_is_utf8;
-
 /* Get global memory allocations out of the way.  Not strictly necessary in
  * single-threaded programs like 'imagex'. */
 WIMLIBAPI int