summaryrefslogtreecommitdiff
path: root/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount.h')
-rw-r--r--mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mount.h b/mount.h
index 3b28e89ed3..dec1b6478b 100644
--- a/mount.h
+++ b/mount.h
@@ -100,6 +100,8 @@ extern const UnitVTable mount_vtable;
void mount_fd_event(Manager *m, int events);
int mount_path_is_mounted(Manager *m, const char* path);
+int mount_add_node_links(Unit *m, const char *what);
+int mount_add_path_links(Unit *m, const char *where, bool requires);
const char* mount_state_to_string(MountState i);
MountState mount_state_from_string(const char *s);