blob: c3bb8b4f53ad15c85fb6e9c8f78f0fbc296fa3f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef fooprotocolclihfoo
#define fooprotocolclihfoo
#include "core.h"
#include "socket-server.h"
#include "module.h"
struct pa_protocol_cli;
struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server, struct pa_module *m);
void pa_protocol_cli_free(struct pa_protocol_cli *n);
#endif
|