diff options
Diffstat (limited to 'support/include/fstab.h')
-rw-r--r-- | support/include/fstab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/include/fstab.h b/support/include/fstab.h index 52af743..8053066 100644 --- a/support/include/fstab.h +++ b/support/include/fstab.h @@ -11,7 +11,6 @@ struct mntentchn { nfs_mntent_t m; }; -struct mntentchn *mtab_head (void); struct mntentchn *getmntoptfile (const char *file); struct mntentchn *getmntdirbackward (const char *dir, struct mntentchn *mc); struct mntentchn *getmntdevbackward (const char *dev, struct mntentchn *mc); |