summaryrefslogtreecommitdiffstats
path: root/polyp/socket-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/socket-util.h')
-rw-r--r--polyp/socket-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/socket-util.h b/polyp/socket-util.h
index 85133feb..46fcfdc9 100644
--- a/polyp/socket-util.h
+++ b/polyp/socket-util.h
@@ -38,4 +38,6 @@ int pa_unix_socket_remove_stale(const char *fn);
int pa_unix_socket_make_secure_dir(const char *fn);
int pa_unix_socket_remove_secure_dir(const char *fn);
+struct sockaddr *pa_resolve_server(const char *server, size_t *len, uint16_t port);
+
#endif