summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/socket-client.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-09-22 11:30:30 +0800
committerDaniel Mack <daniel@caiaq.de>2009-09-22 11:30:30 +0800
commit94aa9097f4ded68623160d754a4bf2632b8efc79 (patch)
tree94a5e1192a18f760dc00ff5b36e1f7ba36fd449b /src/pulsecore/socket-client.h
parentc1e59f7d762fb147bc5250ebddb9cf5639aba522 (diff)
parentc194db71b0ff853b4f46df26e135edf63b215451 (diff)
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'src/pulsecore/socket-client.h')
-rw-r--r--src/pulsecore/socket-client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pulsecore/socket-client.h b/src/pulsecore/socket-client.h
index b896afa9..138f658c 100644
--- a/src/pulsecore/socket-client.h
+++ b/src/pulsecore/socket-client.h
@@ -35,9 +35,7 @@ typedef struct pa_socket_client pa_socket_client;
typedef void (*pa_socket_client_cb_t)(pa_socket_client *c, pa_iochannel*io, void *userdata);
pa_socket_client* pa_socket_client_new_ipv4(pa_mainloop_api *m, uint32_t address, uint16_t port);
-#ifdef HAVE_IPV6
pa_socket_client* pa_socket_client_new_ipv6(pa_mainloop_api *m, uint8_t address[16], uint16_t port);
-#endif
pa_socket_client* pa_socket_client_new_unix(pa_mainloop_api *m, const char *filename);
pa_socket_client* pa_socket_client_new_sockaddr(pa_mainloop_api *m, const struct sockaddr *sa, size_t salen);
pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, pa_bool_t use_rtclock, const char *a, uint16_t default_port);