summaryrefslogtreecommitdiffstats
path: root/polyp/client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-15 23:42:56 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-15 23:42:56 +0000
commite1f008f2a395422b0f1e0c931ea1550df853e6e4 (patch)
tree6b130f01398ec72d2166c9bd484cf53cc2632ee7 /polyp/client.h
parent0c9873e5b3212adc273400ff133e040080ee4b65 (diff)
commit liboil porting changes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/liboil-test@344 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/client.h')
-rw-r--r--polyp/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/polyp/client.h b/polyp/client.h
index 2a3a09e0..082dc29f 100644
--- a/polyp/client.h
+++ b/polyp/client.h
@@ -32,17 +32,16 @@
struct pa_client {
uint32_t index;
- pa_typeid_t typeid;
struct pa_module *owner;
- char *name;
+ char *name, *driver;
struct pa_core *core;
void (*kill)(struct pa_client *c);
void *userdata;
};
-struct pa_client *pa_client_new(struct pa_core *c, pa_typeid_t typeid, const char *name);
+struct pa_client *pa_client_new(struct pa_core *c, const char *name, const char *driver);
/* This function should be called only by the code that created the client */
void pa_client_free(struct pa_client *c);