blob: 2600cfae4b7370d07b7b1ab0b75548d65821d53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|