summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-native.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/protocol-native.h')
-rw-r--r--polyp/protocol-native.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/protocol-native.h b/polyp/protocol-native.h
index 3d9fdde1..edc6acbc 100644
--- a/polyp/protocol-native.h
+++ b/polyp/protocol-native.h
@@ -32,4 +32,6 @@ struct pa_protocol_native;
struct pa_protocol_native* pa_protocol_native_new(struct pa_core*core, struct pa_socket_server *server, struct pa_module *m, struct pa_modargs *ma);
void pa_protocol_native_free(struct pa_protocol_native *n);
+struct pa_protocol_native* pa_protocol_native_new_iochannel(struct pa_core*core, struct pa_iochannel *io, struct pa_module *m, struct pa_modargs *ma);
+
#endif