diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index aa08bcc3a..d7665d462 100644 --- a/src/util.h +++ b/src/util.h @@ -10,7 +10,7 @@ struct rspamd_main; struct workq; /* Create socket and bind or connect it to specified address and port */ -int make_tcp_socket (struct in_addr *, u_short, gboolean is_server); +int make_tcp_socket (struct in_addr *, u_short, gboolean is_server, gboolean async); /* Accept from socket */ int accept_from_socket (int listen_sock, struct sockaddr *addr, socklen_t *len); /* Create and bind or connect unix socket */ |