summaryrefslogtreecommitdiffstats
path: root/polyp/cli-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/cli-text.h')
-rw-r--r--polyp/cli-text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/cli-text.h b/polyp/cli-text.h
index 1457d055..65607e94 100644
--- a/polyp/cli-text.h
+++ b/polyp/cli-text.h
@@ -24,6 +24,9 @@
#include "core.h"
+/* Some functions to generate pretty formatted listings of
+ * entities. The returned strings have to be freed manually. */
+
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);