aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-15 17:33:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-15 17:33:30 +0000
commit68852f97ac9a68c6097e777339e0463a5e11c9eb (patch)
tree59359f25ba4bd356c2dfce79735fb66db4bb4151 /internal.h
parent4657e97b6316ae1e9fe83a4a3309bc32894a440b (diff)
downloadbusybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.gz
busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.bz2
busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.zip
Updates
git-svn-id: svn://busybox.net/trunk/busybox@101 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 0e7054f14..32a21ce5b 100644
--- a/internal.h
+++ b/internal.h
@@ -158,6 +158,10 @@ extern void erase_mtab(const char * name);
158extern void whine_if_fstab_is_missing(); 158extern void whine_if_fstab_is_missing();
159#endif 159#endif
160 160
161#if defined BB_NFSMOUNT
162int nfsmount(const char *spec, const char *node, unsigned long *flags,
163 char **extra_opts, char **mount_opts, int running_bg);
164#endif
161 165
162#if defined (BB_FSCK_MINIX) || defined (BB_MKFS_MINIX) 166#if defined (BB_FSCK_MINIX) || defined (BB_MKFS_MINIX)
163 167