summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/iochannel.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-20 18:43:20 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-20 18:43:20 +0000
commit44beeaa648a1d434692721dd65a04ecb3f75dace (patch)
treeddc55d578d400a0a792c849af37e7221c7b2381f /src/pulsecore/iochannel.h
parentdb75f68854b03a4fb8884616d085f48b9fc4d001 (diff)
implement "auth-ip-acl=" in the native and esound protocols
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1125 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/iochannel.h')
-rw-r--r--src/pulsecore/iochannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/iochannel.h b/src/pulsecore/iochannel.h
index 1f9ab0d4..0e6d6d3a 100644
--- a/src/pulsecore/iochannel.h
+++ b/src/pulsecore/iochannel.h
@@ -79,4 +79,6 @@ int pa_iochannel_socket_set_sndbuf(pa_iochannel*io, size_t l);
pa_mainloop_api* pa_iochannel_get_mainloop_api(pa_iochannel *io);
+int pa_iochannel_get_recv_fd(pa_iochannel *io);
+
#endif