From 7e54db178afde65edea15787f47ee94d2a88f416 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 29 Aug 2019 23:45:45 -0400 Subject: mtab: Rename maybe_mount to might_be_mount --- mtab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtab.h') diff --git a/mtab.h b/mtab.h index a12fbaa..57fe11d 100644 --- a/mtab.h +++ b/mtab.h @@ -60,7 +60,7 @@ const char *bfs_fstype(const struct bfs_mtab *mtab, const struct bfs_stat *statb * @return * Whether the named file could be a mount point. */ -bool bfs_maybe_mount(const struct bfs_mtab *mtab, const char *path); +bool bfs_might_be_mount(const struct bfs_mtab *mtab, const char *path); /** * Free a mount table. -- cgit v1.2.3