X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fmount%2Ffstab.c;h=e19e58b0d95fa9d246e6a0034adf5480644bf6c2;hb=4f15bd6e3ebfebef16c1db61b28a98863c36cb81;hp=ec7ab528bac720ffa251a728960d3f9552caddad;hpb=74fec59d7be4c993785bae386c10a0078e5b6d85;p=nfs-utils.git diff --git a/utils/mount/fstab.c b/utils/mount/fstab.c index ec7ab52..e19e58b 100644 --- a/utils/mount/fstab.c +++ b/utils/mount/fstab.c @@ -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();