summaryrefslogtreecommitdiffstats
path: root/src/pstream-util.h
blob: 430512603464edbc3554818a7ee372507c30e512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef foopstreamutilhfoo
#define foopstreamutilhfoo

#include <inttypes.h>
#include "pstream.h"
#include "tagstruct.h"

/* The tagstruct is freed!*/
void pa_pstream_send_tagstruct(struct pa_pstream *p, struct pa_tagstruct *t);

void pa_pstream_send_error(struct pa_pstream *p, uint32_t tag, uint32_t error);
void pa_pstream_send_simple_ack(struct pa_pstream *p, uint32_t tag);

#endif