From 19f83e82dd37f548d0f2fcc58bb938ea91cda5c2 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 14 Sep 2006 15:46:33 +0000 Subject: mount: move code from nfsmount.c into mount.c git-svn-id: svn://busybox.net/trunk/busybox@16120 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/libbb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index dfb7a70bd..10309cff2 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -303,9 +303,6 @@ extern int set_loop(char **device, const char *file, int offset); extern int vdprintf(int d, const char *format, va_list ap); #endif -int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts); -int nfsmount(struct mntent *mp, int vfsflags, char *filteropts); - /* Include our own copy of struct sysinfo to avoid binary compatibility * problems with Linux 2.4, which changed things. Grumble, grumble. */ struct sysinfo { -- cgit v1.2.3-55-g6feb