add functionality to dump list of cards

This commit is contained in:
Lennart Poettering 2009-01-15 18:52:11 +01:00
parent 344c934edb
commit 615e05584e
3 changed files with 60 additions and 4 deletions

View file

@ -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