summaryrefslogtreecommitdiffstats
path: root/src/core/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 2c48d32b07..6712c16811 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -97,6 +97,10 @@ void mount_fd_event(Manager *m, int events);
int mount_invalidate_state_by_path(Manager *manager, const char *path);
+char* mount_get_what_escaped(const Mount *m);
+char* mount_get_options_escaped(const Mount *m);
+const char* mount_get_fstype(const Mount *m);
+
const char* mount_exec_command_to_string(MountExecCommand i) _const_;
MountExecCommand mount_exec_command_from_string(const char *s) _pure_;