cd505593a9b4400f58fe5bc283a75b330a3d2f2d
[profile/ivi/pulseaudio.git] / src / protocol-esound.h
1 #ifndef fooprotocolesoundhfoo
2 #define fooprotocolesoundhfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6
7 struct pa_protocol_esound;
8
9 struct pa_protocol_esound* pa_protocol_esound_new(struct pa_core*core, struct pa_socket_server *server);
10 void pa_protocol_esound_free(struct pa_protocol_esound *p);
11
12 #endif