]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - mdrestore/xfs_mdrestore.c
xfsprogs: make static things static
[thirdparty/xfsprogs-dev.git] / mdrestore / xfs_mdrestore.c
index bb4246f2470e482baa4d4846bf924718c175072d..3375e0806de5b15c4a54121a035b7794221bd0f7 100644 (file)
@@ -8,9 +8,9 @@
 #include "xfs_metadump.h"
 
 char           *progname;
-int            show_progress = 0;
-int            show_info = 0;
-int            progress_since_warning = 0;
+static int     show_progress = 0;
+static int     show_info = 0;
+static int     progress_since_warning = 0;
 
 static void
 fatal(const char *msg, ...)