]> code.delx.au - pulseaudio/blob - src/clitext.h
make the protocol plugins make use of modargs
[pulseaudio] / src / clitext.h
1 #ifndef fooclitexthfoo
2 #define fooclitexthfoo
3
4 #include "core.h"
5
6 char *pa_sink_input_list_to_string(struct pa_core *c);
7 char *pa_source_output_list_to_string(struct pa_core *c);
8 char *pa_sink_list_to_string(struct pa_core *core);
9 char *pa_source_list_to_string(struct pa_core *c);
10 char *pa_client_list_to_string(struct pa_core *c);
11 char *pa_module_list_to_string(struct pa_core *c);
12
13 #endif
14