X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/a74cd2a1bd92eac6a4140d0794ac4b557be6c133..ef422fa4ae626e9638ca70d1c56f27e701dd69c2:/src/client.h diff --git a/src/client.h b/src/client.h index 48172051..39167ee7 100644 --- a/src/client.h +++ b/src/client.h @@ -25,4 +25,6 @@ void client_kill(struct client *c); char *client_list_to_string(struct core *c); +void client_rename(struct client *c, const char *name); + #endif