chiark / gitweb /
util: flush inotify fd only when we have it
[elogind.git] / socket-util.h
index e6e1b30b53014b56367794b92a94b23e8f1786ce..14192167aa861ca6d35d1cd0c507d26ee9b6f081 100644 (file)
@@ -70,4 +70,10 @@ int socket_address_listen(
                 mode_t socket_mode,
                 int *ret);
 
+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