X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=socket-util.h;h=14192167aa861ca6d35d1cd0c507d26ee9b6f081;hb=136337ff74f05be3d42a769d9f0cb99716c5c40f;hp=af452efddfd6d38f793f728689820efee0883028;hpb=a16e112358ea8fea381ee106b89e645aed8b0a8c;p=elogind.git diff --git a/socket-util.h b/socket-util.h index af452efdd..14192167a 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