summaryrefslogtreecommitdiff
path: root/convertquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'convertquota.c')
-rw-r--r--convertquota.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/convertquota.c b/convertquota.c
index 1e40804..483abf1 100644
--- a/convertquota.c
+++ b/convertquota.c
@@ -29,12 +29,12 @@
#define ACT_FORMAT 1 /* Convert format from old to new */
#define ACT_ENDIAN 2 /* Convert endianity */
-char *mntpoint;
+static char *mntpoint;
char *progname;
-int ucv, gcv;
-struct quota_handle *qn; /* Handle of new file */
-int action; /* Action to be performed */
-int infmt, outfmt;
+static int ucv, gcv;
+static struct quota_handle *qn; /* Handle of new file */
+static int action; /* Action to be performed */
+static int infmt, outfmt;
static void usage(void)
{