Whamcloud - gitweb
e2fsck: merge counts after threads finish
[tools/e2fsprogs.git] / misc / e2initrd_helper.c
index aa97557..436aab8 100644 (file)
@@ -35,12 +35,12 @@ extern char *optarg;
 #include "ext2fs/ext2_fs.h"
 #include "ext2fs/ext2fs.h"
 #include "blkid/blkid.h"
+#include "support/nls-enable.h"
 
 #include "../version.h"
-#include "nls-enable.h"
 
-const char * program_name = "e2initrd_helper";
-char * device_name;
+static const char * program_name = "e2initrd_helper";
+static char * device_name;
 static int open_flag;
 static int root_type;
 static blkid_cache cache = NULL;