mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-05-09 18:58:02 +02:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@65 fefdeb5f-60dc-0310-8127-8f9354f1896f
11 lines
441 B
C
11 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
|