summaryrefslogtreecommitdiffstats
path: root/polyp/socket-client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-10 17:51:06 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-10 17:51:06 +0000
commitf7a99e90470526bb28cc0c225f96490110094aed (patch)
treecbcc4f2df6d66e180fd65ee50488545786d094f1 /polyp/socket-client.h
parent80ae72ce45dbc23ddc360749924110dcc752491e (diff)
Merge Pierre's changes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@445 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/socket-client.h')
-rw-r--r--polyp/socket-client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/socket-client.h b/polyp/socket-client.h
index 9c3e0b37..b8c73ed8 100644
--- a/polyp/socket-client.h
+++ b/polyp/socket-client.h
@@ -23,11 +23,12 @@
***/
#include <inttypes.h>
-#include <sys/socket.h>
#include "mainloop-api.h"
#include "iochannel.h"
+struct sockaddr;
+
struct pa_socket_client;
struct pa_socket_client* pa_socket_client_new_ipv4(struct pa_mainloop_api *m, uint32_t address, uint16_t port);