]> code.delx.au - pulseaudio/blob - src/protocol-native.h
partial implementation of native protocol
[pulseaudio] / src / protocol-native.h
1 #ifndef fooprotocolnativehfoo
2 #define fooprotocolnativehfoo
3
4 #include "core.h"
5 #include "socket-server.h"
6
7 struct protocol_native;
8
9 struct protocol_native* protocol_native_new(struct core*core, struct socket_server *server);
10 void protocol_native_free(struct protocol_native *n);
11
12 #endif