add description field for sinks/sources
[profile/ivi/pulseaudio.git] / src / protocol-native.h
1 #ifndef fooprotocolnativehfoo
2 #define fooprotocolnativehfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6 #include "module.h"
7
8 struct pa_protocol_native;
9
10 struct pa_protocol_native* pa_protocol_native_new(struct pa_core*core, struct pa_socket_server *server, struct pa_module *m);
11 void pa_protocol_native_free(struct pa_protocol_native *n);
12
13 #endif