diff options
Diffstat (limited to 'polyp/client.h')
-rw-r--r-- | polyp/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/client.h b/polyp/client.h index c926208e..25a4b166 100644 --- a/polyp/client.h +++ b/polyp/client.h @@ -46,6 +46,6 @@ void pa_client_free(struct pa_client *c); * request destruction of the client */ void pa_client_kill(struct pa_client *c); -void pa_client_rename(struct pa_client *c, const char *name); +void pa_client_set_name(struct pa_client *c, const char *name); #endif |