summaryrefslogtreecommitdiffstats
path: root/src/clitext.h
diff options
context:
space:
mode:
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
+