]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/fstab.h
The user's mount options and the set of versions to try should not
[nfs-utils.git] / utils / mount / fstab.h
index 64c8355396338af69d3bc5c4f84e6c2791b312c4..dc7c9fc8d73bdc854e78c5c87a68dbb76e71445d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _NFS_FSTAB_H
-#define _NFS_FSTAB_H
+#ifndef _NFS_UTILS_MOUNT_FSTAB_H
+#define _NFS_UTILS_MOUNT_FSTAB_H
 
 #include "nfs_mntent.h"
 
@@ -9,6 +9,7 @@
 
 int mtab_is_writable(void);
 int mtab_does_not_exist(void);
+void reset_mtab_info(void);
 
 struct mntentchn {
        struct mntentchn *nxt, *prev;
@@ -26,5 +27,4 @@ void lock_mtab (void);
 void unlock_mtab (void);
 void update_mtab (const char *special, struct mntent *with);
 
-#endif /* _NFS_FSTAB_H */
-
+#endif /* _NFS_UTILS_MOUNT_FSTAB_H */