]> code.delx.au - pulseaudio/blob - src/protocol-native.h
bdad03b459f44703a97de1e89ddfe06e36cf1ea1
[pulseaudio] / src / protocol-native.h
1 #ifndef fooprotocolnativehfoo
2 #define fooprotocolnativehfoo
3
4 struct protocol_native;
5
6 struct protocol_native* protocol_native(struct socket_server *server);
7 void protocol_native_free(struct protocol_native *n);
8
9 #endif