From f0e018fa18ac7726a67144c73e8ca0f33190b7dd Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 16 Mar 2007 13:51:12 +1100 Subject: Make mtab_head static It is only used in one place. --- support/include/fstab.h | 1 - 1 file changed, 1 deletion(-) (limited to 'support/include/fstab.h') 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); -- cgit