summaryrefslogtreecommitdiffstats
path: root/polyp/socket-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-28 22:47:48 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-28 22:47:48 +0000
commit6f59ae1763ee48f27448a7de9d635f61886052e1 (patch)
treee83ab47226b6c716c200e9fa40f44668997eb642 /polyp/socket-util.h
parent450ad85b35bd600ed020f7ec119d51e7e7bc01a4 (diff)
Add module-tunnel
add proper locking when autospawning a daemon git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@245 fefdeb5f-60dc-0310-8127-8f9354f1896f
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