summaryrefslogtreecommitdiffstats
path: root/polyp/iochannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/iochannel.h')
-rw-r--r--polyp/iochannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/iochannel.h b/polyp/iochannel.h
index 79600f72..f8efc928 100644
--- a/polyp/iochannel.h
+++ b/polyp/iochannel.h
@@ -47,4 +47,6 @@ void pa_iochannel_socket_peer_to_string(struct pa_iochannel*io, char*s, size_t l
int pa_iochannel_socket_set_rcvbuf(struct pa_iochannel*io, size_t l);
int pa_iochannel_socket_set_sndbuf(struct pa_iochannel*io, size_t l);
+struct pa_mainloop_api* pa_iochannel_get_mainloop_api(struct pa_iochannel *io);
+
#endif