]> code.delx.au - pulseaudio/blob - src/protocol-esound.h
esound protocol
[pulseaudio] / src / protocol-esound.h
1 #ifndef fooprotocolesoundhfoo
2 #define fooprotocolesoundhfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6
7 struct protocol_esound;
8
9 struct protocol_esound* protocol_esound_new(struct core*core, struct socket_server *server);
10 void protocol_esound_free(struct protocol_esound *p);
11
12 #endif