]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/fstab.c
Ported the create_mtab() routine from util-linux-ng as well
[nfs-utils.git] / utils / mount / fstab.c
index ec7ab528bac720ffa251a728960d3f9552caddad..e19e58b0d95fa9d246e6a0034adf5480644bf6c2 100644 (file)
@@ -46,6 +46,11 @@ get_mtab_info(void) {
        }
 }
 
+void
+reset_mtab_info(void) {
+        have_mtab_info = 0;
+}
+
 int
 mtab_does_not_exist(void) {
        get_mtab_info();