mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@40 fefdeb5f-60dc-0310-8127-8f9354f1896f
12 lines
287 B
C
12 lines
287 B
C
#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
|