summaryrefslogtreecommitdiff
path: root/socket-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket-util.h')
-rw-r--r--socket-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/socket-util.h b/socket-util.h
index e6e1b30b53..af452efddf 100644
--- a/socket-util.h
+++ b/socket-util.h
@@ -70,4 +70,8 @@ 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);
+
#endif