summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-18 00:22:37 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-18 00:22:37 +0000
commit993d1bce74f4cc5be2bfa69a467aae106e2194ab (patch)
treef281667fdbc6f643f4a799be75dcbd95102c0dc8 /src/client.h
parenteb946dbdbeda66b95039b1e5ada3b9006dc33c8c (diff)
basic cli interface
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@22 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 556b5fb3..48172051 100644
--- a/src/client.h
+++ b/src/client.h
@@ -11,7 +11,6 @@ struct client {
const char *protocol_name;
void (*kill)(struct client *c);
-
void *userdata;
};
@@ -24,4 +23,6 @@ void client_free(struct client *c);
* request destruction of the client */
void client_kill(struct client *c);
+char *client_list_to_string(struct core *c);
+
#endif