esound protocol

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@40 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-29 16:48:37 +00:00
parent a74cd2a1bd
commit ef422fa4ae
18 changed files with 806 additions and 46 deletions

12
src/protocol-esound.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef fooprotocolesoundhfoo
#define fooprotocolesoundhfoo
#include "core.h"
#include "socket-server.h"
struct protocol_esound;
struct protocol_esound* protocol_esound_new(struct core*core, struct socket_server *server);
void protocol_esound_free(struct protocol_esound *p);
#endif