X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fsocket-util.h;h=e0b85adf9f94d6cd56b337722b2c141d36b97cde;hb=a57f7e2c828b852eb32fd810dcea041bb2975501;hp=7829a337fc643955f1d264ba5e281dd670e8c997;hpb=6270c1bd8f83e9985458c63688f452be7626766f;p=elogind.git diff --git a/src/shared/socket-util.h b/src/shared/socket-util.h index 7829a337f..e0b85adf9 100644 --- a/src/shared/socket-util.h +++ b/src/shared/socket-util.h @@ -92,7 +92,7 @@ int make_socket_fd(const char* address, int flags); bool socket_address_equal(const SocketAddress *a, const SocketAddress *b) _pure_; -bool socket_address_needs_mount(const SocketAddress *a, const char *prefix); +const char* socket_address_get_path(const SocketAddress *a); const char* socket_address_bind_ipv6_only_to_string(SocketAddressBindIPv6Only b) _const_; SocketAddressBindIPv6Only socket_address_bind_ipv6_only_from_string(const char *s) _pure_;