diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-30 00:45:05 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-30 00:45:05 +0100 |
commit | 35b54a3c247235b1bffe2a22784a1d5be10267f3 (patch) | |
tree | 4fa803d221cd4895fde17a611edc9ae2a32ddc35 /include | |
parent | eba7fe6bb9fdc89cf9d4d33043cd3856253d303d (diff) | |
download | busybox-w32-35b54a3c247235b1bffe2a22784a1d5be10267f3.tar.gz busybox-w32-35b54a3c247235b1bffe2a22784a1d5be10267f3.tar.bz2 busybox-w32-35b54a3c247235b1bffe2a22784a1d5be10267f3.zip |
libbb: match_fstype() is unreadable in the extreme, fixing it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-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 07fe20dac..b054e0559 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1312,8 +1312,8 @@ const struct hwtype *get_hwtype(const char *name) FAST_FUNC; | |||
1312 | const struct hwtype *get_hwntype(int type) FAST_FUNC; | 1312 | const struct hwtype *get_hwntype(int type) FAST_FUNC; |
1313 | 1313 | ||
1314 | 1314 | ||
1315 | extern int fstype_matches(const char *fstype, const char *comma_list) FAST_FUNC; | ||
1315 | #ifdef HAVE_MNTENT_H | 1316 | #ifdef HAVE_MNTENT_H |
1316 | extern int match_fstype(const struct mntent *mt, const char *fstypes) FAST_FUNC; | ||
1317 | extern struct mntent *find_mount_point(const char *name, int subdir_too) FAST_FUNC; | 1317 | extern struct mntent *find_mount_point(const char *name, int subdir_too) FAST_FUNC; |
1318 | #endif | 1318 | #endif |
1319 | extern void erase_mtab(const char * name) FAST_FUNC; | 1319 | extern void erase_mtab(const char * name) FAST_FUNC; |