summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cli-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/cli-command.h')
-rw-r--r--src/pulsecore/cli-command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/cli-command.h b/src/pulsecore/cli-command.h
index 10d50f37..01bca8be 100644
--- a/src/pulsecore/cli-command.h
+++ b/src/pulsecore/cli-command.h
@@ -39,4 +39,7 @@ int pa_cli_command_execute_file(pa_core *c, const char *fn, pa_strbuf *buf, int
/* Split the specified string into lines and run pa_cli_command_execute_line() for each. */
int pa_cli_command_execute(pa_core *c, const char *s, pa_strbuf *buf, int *fail);
+/* Same as pa_cli_command_execute_line() but also take ifstate var. */
+int pa_cli_command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, int *fail, int *ifstate);
+
#endif