mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04: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
|