]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/pstream-util.h
* add new function pa_check_in_group()
[pulseaudio] / src / pulsecore / pstream-util.h
index c60000a8bdd430741b7d7682811764c06c9bce74..f384d8895b695a126d46924a7d20cba2a804eddf 100644 (file)
 #include <inttypes.h>
 #include <pulsecore/pstream.h>
 #include <pulsecore/tagstruct.h>
-
-struct ucred;
+#include <pulsecore/creds.h>
 
 /* The tagstruct is freed!*/
-void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const struct ucred *creds);
+void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds);
 
 #define pa_pstream_send_tagstruct(p, t) pa_pstream_send_tagstruct_with_creds((p), (t), 0)