summaryrefslogtreecommitdiff
path: root/mount/sundries.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-10-25 10:39:23 +0200
committerKarel Zak <kzak@redhat.com>2007-10-25 21:50:59 +0200
commitbe551c7282fe74aca5a07dc6b2ce49ecbea48c90 (patch)
treebe464246dc7329124ff3989a64f4ef5d50793f75 /mount/sundries.h
parent0b994f0e9355e43228301ec3cdaaee93149baa77 (diff)
downloadutil-linux-old-be551c7282fe74aca5a07dc6b2ce49ecbea48c90.tar.gz
mount: clean up global variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/sundries.h')
-rw-r--r--mount/sundries.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/sundries.h b/mount/sundries.h
index 010eece4..0853fc2c 100644
--- a/mount/sundries.h
+++ b/mount/sundries.h
@@ -16,13 +16,13 @@
#include <rpc/types.h>
#endif
+/* global mount, umount, and losetup variables */
extern int mount_quiet;
extern int verbose;
-extern int sloppy;
+extern char *progname;
#define streq(s, t) (strcmp ((s), (t)) == 0)
-/* Functions in sundries.c that are used in mount.c and umount.c */
void block_signals (int how);
void error (const char *fmt, ...)