summaryrefslogtreecommitdiffstats
path: root/src/polypcore/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/client.h')
-rw-r--r--src/polypcore/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/client.h b/src/polypcore/client.h
index 8ddc6d94..f6ff935d 100644
--- a/src/polypcore/client.h
+++ b/src/polypcore/client.h
@@ -42,7 +42,7 @@ struct pa_client {
void *userdata;
};
-pa_client *pa_client_new(pa_core *c, const char *name, const char *driver);
+pa_client *pa_client_new(pa_core *c, const char *driver, const char *name);
/* This function should be called only by the code that created the client */
void pa_client_free(pa_client *c);