summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-11 01:09:46 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-11 01:09:46 +0000
commitccfd55420ebec191d7a3ed842ecb2740ceeb76ba (patch)
treedaa9eb191995053753a43e27a955b7ddec46f1e1 /src/client.h
parentc7bd759cdb2b8f16693750f89ed781707a53e5a9 (diff)
add dependency script
fix some dependencies split off socket-util.c and clitext.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@60 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index d603411d..10ffa8f3 100644
--- a/src/client.h
+++ b/src/client.h
@@ -25,8 +25,6 @@ void pa_client_free(struct pa_client *c);
* request destruction of the client */
void pa_client_kill(struct pa_client *c);
-char *pa_client_list_to_string(struct pa_core *c);
-
void pa_client_rename(struct pa_client *c, const char *name);
#endif