[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)

This commit is contained in:
Denis Vlasenko
2007-04-05 21:57:47 +00:00
parent df5bbb938a
commit bf295dd5b6
4 changed files with 12 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <mntent.h>
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>
@@ -657,6 +658,7 @@ extern struct BB_applet *find_applet_by_name(const char *name);
extern void run_applet_by_name(const char *name, int argc, char **argv);
#endif
extern int match_fstype(const struct mntent *mt, const char *fstypes);
extern struct mntent *find_mount_point(const char *name, const char *table);
extern void erase_mtab(const char * name);
extern unsigned int tty_baud_to_value(speed_t speed);