diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-13 03:07:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-13 03:07:16 +0200 |
commit | 6e2ef85b2572af82a0ce035516d65218bdc80fa4 (patch) | |
tree | 3c677c6168301ddd8762186bac7f8bcf1288f46c /socket-util.h | |
parent | afb757b1a8a416b3c692728330a266b3915eef41 (diff) |
units: rework automatic dependency logic between automounts, mounts, sockets, swaps
Diffstat (limited to 'socket-util.h')
-rw-r--r-- | socket-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |