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 bedf659b7..2497ffe6a 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1025,7 +1025,7 @@ extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; | |||
1025 | 1025 | ||
1026 | #ifdef HAVE_MNTENT_H | 1026 | #ifdef HAVE_MNTENT_H |
1027 | extern int match_fstype(const struct mntent *mt, const char *fstypes) FAST_FUNC; | 1027 | extern int match_fstype(const struct mntent *mt, const char *fstypes) FAST_FUNC; |
1028 | extern struct mntent *find_mount_point(const char *name, const char *table) FAST_FUNC; | 1028 | extern struct mntent *find_mount_point(const char *name) FAST_FUNC; |
1029 | #endif | 1029 | #endif |
1030 | extern void erase_mtab(const char * name) FAST_FUNC; | 1030 | extern void erase_mtab(const char * name) FAST_FUNC; |
1031 | extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC; | 1031 | extern unsigned int tty_baud_to_value(speed_t speed) FAST_FUNC; |