mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-05-09 20:08:07 +02:00
12 lines
441 B
C
12 lines
441 B
C
|
|
#ifndef fooclicommandhfoo
|
||
|
|
#define fooclicommandhfoo
|
||
|
|
|
||
|
|
#include "strbuf.h"
|
||
|
|
#include "core.h"
|
||
|
|
|
||
|
|
int pa_cli_command_execute_line(struct pa_core *c, const char *s, struct pa_strbuf *buf, int *fail, int *verbose);
|
||
|
|
int pa_cli_command_execute_file(struct pa_core *c, const char *fn, struct pa_strbuf *buf, int *fail, int *verbose);
|
||
|
|
int pa_cli_command_execute(struct pa_core *c, const char *s, struct pa_strbuf *buf, int *fail, int *verbose);
|
||
|
|
|
||
|
|
#endif
|