summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-text.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-15 18:52:11 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-15 18:52:11 +0100
commit615e05584e3fbc154cab3c6c7f8148b83b298739 (patch)
tree197439fbeae5e929a50a239eb327dd344057c78b /src/pulsecore/cli-text.h
parent344c934edbd780e1efe9ac413402ee6d70fe29e3 (diff)
add functionality to dump list of cards
Diffstat (limited to 'src/pulsecore/cli-text.h')
-rw-r--r--src/pulsecore/cli-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/cli-text.h b/src/pulsecore/cli-text.h
index f4cb97a5..167565e5 100644
--- a/src/pulsecore/cli-text.h
+++ b/src/pulsecore/cli-text.h
@@ -31,6 +31,7 @@ char *pa_sink_input_list_to_string(pa_core *c);
char *pa_source_output_list_to_string(pa_core *c);
char *pa_sink_list_to_string(pa_core *core);
char *pa_source_list_to_string(pa_core *c);
+char *pa_card_list_to_string(pa_core *c);
char *pa_client_list_to_string(pa_core *c);
char *pa_module_list_to_string(pa_core *c);
char *pa_scache_list_to_string(pa_core *c);
@@ -39,4 +40,3 @@ char *pa_autoload_list_to_string(pa_core *c);
char *pa_full_status_string(pa_core *c);
#endif
-