diff options
Diffstat (limited to 'src/pulsecore/client.h')
-rw-r--r-- | src/pulsecore/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/client.h b/src/pulsecore/client.h index 48e9bc7a..8ac80dd9 100644 --- a/src/pulsecore/client.h +++ b/src/pulsecore/client.h @@ -71,4 +71,6 @@ void pa_client_kill(pa_client *c); /* Rename the client */ void pa_client_set_name(pa_client *c, const char *name); +void pa_client_update_proplist(pa_client *c, pa_update_mode_t mode, pa_proplist *p); + #endif |