summaryrefslogtreecommitdiffstats
path: root/polyp/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/client.c')
-rw-r--r--polyp/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/client.c b/polyp/client.c
index a544b4fe..7aee2edd 100644
--- a/polyp/client.c
+++ b/polyp/client.c
@@ -82,7 +82,7 @@ void pa_client_kill(struct pa_client *c) {
c->kill(c);
}
-void pa_client_rename(struct pa_client *c, const char *name) {
+void pa_client_set_name(struct pa_client *c, const char *name) {
assert(c);
pa_xfree(c->name);
c->name = pa_xstrdup(name);