summaryrefslogtreecommitdiffstats
path: root/src/cli-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-command.h')
-rw-r--r--src/cli-command.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cli-command.h b/src/cli-command.h
new file mode 100644
index 00000000..f95261b7
--- /dev/null
+++ b/src/cli-command.h
@@ -0,0 +1,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