summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-05 04:06:50 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-05 04:06:50 +0100
commita67406db936d3db85b819a1126d858c9efe672c2 (patch)
tree36361532e40bb61e9ae6ebbdef29bf63e48ab73b /src/pulsecore/client.h
parent63e234335fd3362328db34cfc59d27e9899db82b (diff)
add pa_client_update_proplist() call
Diffstat (limited to 'src/pulsecore/client.h')
-rw-r--r--src/pulsecore/client.h2
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