chiark / gitweb /
build-sys: prepare release 1
[elogind.git] / src / socket-util.h
index 993972c458380bdff080980f9be2c7bf18fea509..ae311ea33ac4effecfa88f38cd3f17f92fb0bac9 100644 (file)
@@ -68,11 +68,12 @@ int socket_address_listen(
                 int backlog,
                 SocketAddressBindIPv6Only only,
                 const char *bind_to_device,
+                bool free_bind,
                 mode_t directory_mode,
                 mode_t socket_mode,
                 int *ret);
 
-bool socket_address_is(const SocketAddress *a, const char *s);
+bool socket_address_is(const SocketAddress *a, const char *s, int type);
 
 bool socket_address_equal(const SocketAddress *a, const SocketAddress *b);