X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/340803b30c154ead29795454416592ff9d0e0df2..a382492204ad3588c0c837e120e5bc31578df72a:/src/pulsecore/pstream-util.h diff --git a/src/pulsecore/pstream-util.h b/src/pulsecore/pstream-util.h index c60000a8..f384d889 100644 --- a/src/pulsecore/pstream-util.h +++ b/src/pulsecore/pstream-util.h @@ -25,11 +25,10 @@ #include #include #include - -struct ucred; +#include /* 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)