summaryrefslogtreecommitdiff
path: root/src/core/automount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/automount.h')
-rw-r--r--src/core/automount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/automount.h b/src/core/automount.h
index 0c6b8a72e9..a7a25d34e0 100644
--- a/src/core/automount.h
+++ b/src/core/automount.h
@@ -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_;