diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 835beb20c..6f4c547e5 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -986,7 +986,7 @@ extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; | |||
986 | 986 | ||
987 | #ifdef HAVE_MNTENT_H | 987 | #ifdef HAVE_MNTENT_H |
988 | extern int match_fstype(const struct mntent *mt, const char *fstypes) FAST_FUNC; | 988 | extern int match_fstype(const struct mntent *mt, const char *fstypes) FAST_FUNC; |
989 | extern struct mntent *find_mount_point(const char *name, const char *table) FAST_FUNC; | 989 | extern struct mntent *find_mount_point(const char *name) FAST_FUNC; |
990 | #endif | 990 | #endif |
991 | extern void erase_mtab(const char * name) FAST_FUNC; | 991 | extern void erase_mtab(const char * name) FAST_FUNC; |
992 | extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC; | 992 | extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC; |