chiark / gitweb /
build-sys: update package URL to point to freedesktop.org
[elogind.git] / automount.h
index 5b623691d4c9a5c09e9d4ba6d708e9a3fdab392a..014482cc5a8be261a2b8c6a042d04c21cf447765 100644 (file)
@@ -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);