fc6a7d65dfe814665f23d1a2112cee1d037c236f
[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
7 struct pa_protocol_cli;
8
9 struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server);
10 void pa_protocol_cli_free(struct pa_protocol_cli *n);
11
12 #endif