1c4dbe35899ec30e32f5d63f020a7ad4ed90bf14
[profile/ivi/pulseaudio.git] / src / socket-util.h
1 #ifndef foosocketutilhfoo
2 #define foosocketutilhfoo
3
4 #include <sys/types.h>
5
6 void pa_socket_peer_to_string(int fd, char *c, size_t l);
7
8 int pa_socket_low_delay(int fd);
9 int pa_socket_tcp_low_delay(int fd);
10
11 int pa_socket_set_sndbuf(int fd, size_t l);
12 int pa_socket_set_rcvbuf(int fd, size_t l);
13
14 int pa_unix_socket_is_stale(const char *fn);
15 int pa_unix_socket_remove_stale(const char *fn);
16
17 #endif