summaryrefslogtreecommitdiff
path: root/src/basic/mount-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/mount-util.h')
-rw-r--r--src/basic/mount-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h
index 571a0eb50..3b026c1b5 100644
--- a/src/basic/mount-util.h
+++ b/src/basic/mount-util.h
@@ -49,6 +49,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, endmntent);
bool fstype_is_network(const char *fstype);
#endif // 0
bool fstype_is_api_vfs(const char *fstype);
+bool fstype_is_ro(const char *fsype);
union file_handle_union {
struct file_handle handle;