summaryrefslogtreecommitdiff
path: root/mount/fstab.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:26:13 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:26:13 +0100
commita21409f54e0d600a5e40dc4f176eddac3f7172ee (patch)
tree18199c4d9422be72130f4b81c2d16fa880cccefd /mount/fstab.h
parentdf1dddf9ffcfc1e291de809c0e8b9060bfea02ee (diff)
downloadutil-linux-old-a21409f54e0d600a5e40dc4f176eddac3f7172ee.tar.gz
Imported from util-linux-2.12pre tarball.
Diffstat (limited to 'mount/fstab.h')
-rw-r--r--mount/fstab.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mount/fstab.h b/mount/fstab.h
index b55b6b5b..820f418a 100644
--- a/mount/fstab.h
+++ b/mount/fstab.h
@@ -12,7 +12,6 @@
int mtab_is_writable(void);
int mtab_does_not_exist(void);
int mtab_is_a_symlink(void);
-int is_mounted_once(const char *name);
struct mntentchn {
struct mntentchn *nxt, *prev;
@@ -22,8 +21,7 @@ struct mntentchn {
struct mntentchn *mtab_head (void);
struct mntentchn *getmntfile (const char *name);
struct mntentchn *getmntoptfile (const char *file);
-struct mntentchn *getmntdirbackward (const char *dir, struct mntentchn *mc);
-struct mntentchn *getmntdevbackward (const char *dev, struct mntentchn *mc);
+struct mntentchn *getmntfilesbackward (const char *file, struct mntentchn *mc);
struct mntentchn *fstab_head (void);
struct mntentchn *getfsfile (const char *file);