From 6e2ef85b2572af82a0ce035516d65218bdc80fa4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 May 2010 03:07:16 +0200 Subject: units: rework automatic dependency logic between automounts, mounts, sockets, swaps --- socket-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'socket-util.h') diff --git a/socket-util.h b/socket-util.h index af452efddf..14192167aa 100644 --- a/socket-util.h +++ b/socket-util.h @@ -74,4 +74,6 @@ bool socket_address_is(const SocketAddress *a, const char *s); bool socket_address_equal(const SocketAddress *a, const SocketAddress *b); +bool socket_address_needs_mount(const SocketAddress *a, const char *prefix); + #endif -- cgit v1.2.3-54-g00ecf