summaryrefslogtreecommitdiffstats
path: root/polyp/pstream-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pstream-util.h')
-rw-r--r--polyp/pstream-util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/polyp/pstream-util.h b/polyp/pstream-util.h
index 9560bfe7..601a9e99 100644
--- a/polyp/pstream-util.h
+++ b/polyp/pstream-util.h
@@ -27,9 +27,9 @@
#include "tagstruct.h"
/* The tagstruct is freed!*/
-void pa_pstream_send_tagstruct(struct pa_pstream *p, struct pa_tagstruct *t);
+void pa_pstream_send_tagstruct(pa_pstream *p, 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);
+void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error);
+void pa_pstream_send_simple_ack(pa_pstream *p, uint32_t tag);
#endif