]> code.delx.au - pulseaudio/blob - src/pstream-util.h
main part of the native protocol
[pulseaudio] / src / pstream-util.h
1 #ifndef foopstreamutilhfoo
2 #define foopstreamutilhfoo
3
4 #include <inttypes.h>
5 #include "pstream.h"
6 #include "tagstruct.h"
7
8 /* The tagstruct is freed!*/
9 void pstream_send_tagstruct(struct pstream *p, struct tagstruct *t);
10
11 void pstream_send_error(struct pstream *p, uint32_t tag, uint32_t error);
12 void pstream_send_simple_ack(struct pstream *p, uint32_t tag);
13
14 #endif