summaryrefslogtreecommitdiff
path: root/automount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-13 03:07:16 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-13 03:07:16 +0200
commit6e2ef85b2572af82a0ce035516d65218bdc80fa4 (patch)
tree3c677c6168301ddd8762186bac7f8bcf1288f46c /automount.h
parentafb757b1a8a416b3c692728330a266b3915eef41 (diff)
units: rework automatic dependency logic between automounts, mounts, sockets, swaps
Diffstat (limited to 'automount.h')
-rw-r--r--automount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/automount.h b/automount.h
index 5b623691d4..014482cc5a 100644
--- a/automount.h
+++ b/automount.h
@@ -57,6 +57,8 @@ extern const UnitVTable automount_vtable;
int automount_send_ready(Automount *a, int status);
+int automount_add_one_mount_link(Automount *a, Mount *m);
+
const char* automount_state_to_string(AutomountState i);
AutomountState automount_state_from_string(const char *s);