summaryrefslogtreecommitdiffstats
path: root/src/cli-command.h
blob: f95261b737983f0cb142b8ab6baf331920c23f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
#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