c3bb8b4f53ad15c85fb6e9c8f78f0fbc296fa3f4
[profile/ivi/pulseaudio.git] / src / protocol-cli.h
1 #ifndef fooprotocolclihfoo
2 #define fooprotocolclihfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6 #include "module.h"
7
8 struct pa_protocol_cli;
9
10 struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server, struct pa_module *m);
11 void pa_protocol_cli_free(struct pa_protocol_cli *n);
12
13 #endif