aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-14 15:46:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-14 15:46:33 +0000
commit25098f7fd517367e9f55adb3aa49d3030187404f (patch)
treec572d17c1ca601fec7dd8c165ad85c3dbb391d9d /include/libbb.h
parent6eb2f8edceaa09ff46153d64df13b1dc918e8139 (diff)
downloadbusybox-25098f7fd517367e9f55adb3aa49d3030187404f.tar.gz
mount: move code from nfsmount.c into mount.c
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h3
1 files changed, 0 insertions, 3 deletions
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 {