X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/57baff51434924e73fce8043d13a29b2977dc93e..0a583fe0c330d167f52784585afffdd8065a92cd:/src/pulse/client-conf-x11.h diff --git a/src/pulse/client-conf-x11.h b/src/pulse/client-conf-x11.h index dca9f0d2..3d1dea0c 100644 --- a/src/pulse/client-conf-x11.h +++ b/src/pulse/client-conf-x11.h @@ -24,8 +24,8 @@ #include "client-conf.h" -/* Load client configuration data from the specified X11 display, - * overwriting the current settings in *c */ -int pa_client_conf_from_x11(pa_client_conf *c, const char *display); +/* Load client configuration data from X11, overwriting the current settings in + * *c. */ +int pa_client_conf_from_x11(pa_client_conf *c); #endif