diff options
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-util.h b/tools-util.h index e5c35084..d6814bcd 100644 --- a/tools-util.h +++ b/tools-util.h @@ -155,7 +155,7 @@ u32 crc32c(u32, const void *, size_t); char *dev_to_name(dev_t); char *dev_to_path(dev_t); struct mntent *dev_to_mount(char *); -bool dev_mounted_rw(char *); +int dev_mounted(char *); #define args_shift(_nr) \ do { \ |