blob: 5b17c2d76f9ded0dfeeb0f88cc56ea63a0a336f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|