diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-09-01 21:12:27 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-09-01 21:12:27 +0000 |
commit | 348738751c50c7d3c4c9ed22801a0c2cb917b790 (patch) | |
tree | ecb4987e822ee418fc4a9651a7333cbf8cf6cdfa /polyp/protocol-native.h | |
parent | ee91cb6c9ded44d7f3ddb23b681df49fe5c8146b (diff) |
daemon auto spawn
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@173 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/protocol-native.h')
-rw-r--r-- | polyp/protocol-native.h | 2 |
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 |