summaryrefslogtreecommitdiffstats
path: root/polyp/socket-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-11 21:18:33 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-11 21:18:33 +0000
commitc005bd466651d8720aef3198d73bc0a3d459f953 (patch)
treeeb4bc36858b0e9a504b022a7f66b5fa21ff13f65 /polyp/socket-util.h
parentdbaa83c60730633315aa13d74907c6572985c050 (diff)
add username to runtime directory name in /tmp/
rework autospawning code and x11 credential publishing add support for IPv6 reenable LOWDELAY for tcp sockets git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@280 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/socket-util.h')
-rw-r--r--polyp/socket-util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/polyp/socket-util.h b/polyp/socket-util.h
index 46fcfdc9..aa2de8a5 100644
--- a/polyp/socket-util.h
+++ b/polyp/socket-util.h
@@ -35,9 +35,6 @@ int pa_socket_set_rcvbuf(int fd, size_t l);
int pa_unix_socket_is_stale(const char *fn);
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