chiark / gitweb /
core: rework how we match mount units against each other
[elogind.git] / src / core / socket.h
index 57333226f5f2565cae0a29800b8c3a09f1d6b279..3d7eadc9fe618508975c4d561280c45ee09ebbbe 100644 (file)
@@ -156,10 +156,6 @@ struct Socket {
 /* Called from the service code when collecting fds */
 int socket_collect_fds(Socket *s, int **fds, unsigned *n_fds);
 
-/* Called from the mount code figure out if a mount is a dependency of
- * any of the sockets of this socket */
-int socket_add_one_mount_link(Socket *s, Mount *m);
-
 /* Called from the service code when a per-connection service ended */
 void socket_connection_unref(Socket *s);