summaryrefslogtreecommitdiff
path: root/socket-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket-util.h')
-rw-r--r--socket-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket-util.h b/socket-util.h
index 62a48ac35a..e6e1b30b53 100644
--- a/socket-util.h
+++ b/socket-util.h
@@ -59,6 +59,8 @@ int socket_address_parse(SocketAddress *a, const char *s);
int socket_address_print(const SocketAddress *a, char **p);
int socket_address_verify(const SocketAddress *a);
+bool socket_address_can_accept(const SocketAddress *a);
+
int socket_address_listen(
const SocketAddress *a,
int backlog,