make the protocol plugins make use of modargs
[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 #include "modargs.h"
8
9 struct pa_protocol_native;
10
11 struct pa_protocol_native* pa_protocol_native_new(struct pa_core*core, struct pa_socket_server *server, struct pa_module *m, struct pa_modargs *ma);
12 void pa_protocol_native_free(struct pa_protocol_native *n);
13
14 #endif