summaryrefslogtreecommitdiffstats
path: root/src/clitext.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/clitext.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/clitext.h')
-rw-r--r--src/clitext.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/clitext.h b/src/clitext.h
new file mode 100644
index 00000000..5b17c2d7
--- /dev/null
+++ b/src/clitext.h
@@ -0,0 +1,14 @@
+#ifndef fooclitexthfoo
+#define fooclitexthfoo
+
+#include "core.h"
+
+char *pa_sink_input_list_to_string(struct pa_core *c);
+char *pa_source_output_list_to_string(struct pa_core *c);
+char *pa_sink_list_to_string(struct pa_core *core);
+char *pa_source_list_to_string(struct pa_core *c);
+char *pa_client_list_to_string(struct pa_core *c);
+char *pa_module_list_to_string(struct pa_core *c);
+
+#endif
+