mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
fix some dependencies split off socket-util.c and clitext.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@60 fefdeb5f-60dc-0310-8127-8f9354f1896f
14 lines
393 B
C
14 lines
393 B
C
#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
|
|
|