chiark / gitweb /
core: rework how we match mount units against each other
[elogind.git] / src / core / automount.h
index 0c6b8a72e922a6cdc1482730ff33a90e2632edd7..a7a25d34e0aaf1750012682779ccec37455eea6e 100644 (file)
@@ -62,8 +62,6 @@ 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) _const_;
 AutomountState automount_state_from_string(const char *s) _pure_;