]> code.delx.au - pulseaudio/blobdiff - src/pulse/client-conf.h
client-conf: Remove redundant function parameters
[pulseaudio] / src / pulse / client-conf.h
index 87d42d80ac9a05abbf647faa61433e51f584d6c5..c6c74cadeed93d13f2c1510f5e27780cb0c4b460 100644 (file)
@@ -39,10 +39,9 @@ typedef struct pa_client_conf {
 pa_client_conf *pa_client_conf_new(void);
 void pa_client_conf_free(pa_client_conf *c);
 
-/* Load the configuration data from the specified file, overwriting
- * the current settings in *c. When the filename is NULL, the
- * default client configuration file name is used. */
-int pa_client_conf_load(pa_client_conf *c, const char *filename);
+/* Load the configuration data from the client configuration file, overwriting
+ * the current settings in *c. */
+int pa_client_conf_load(pa_client_conf *c);
 
 /* Load the configuration data from the environment of the current
    process, overwriting the current settings in *c. */