diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -158,6 +158,10 @@ extern void erase_mtab(const char * name); extern void whine_if_fstab_is_missing(); #endif +#if defined BB_NFSMOUNT +int nfsmount(const char *spec, const char *node, unsigned long *flags, + char **extra_opts, char **mount_opts, int running_bg); +#endif #if defined (BB_FSCK_MINIX) || defined (BB_MKFS_MINIX) |