summaryrefslogtreecommitdiff
path: root/src/plugins/exec/exec-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/exec/exec-command.h')
-rw-r--r--src/plugins/exec/exec-command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/exec/exec-command.h b/src/plugins/exec/exec-command.h
index 252350ea1..373dff44b 100644
--- a/src/plugins/exec/exec-command.h
+++ b/src/plugins/exec/exec-command.h
@@ -36,6 +36,8 @@ struct t_exec_cmd_options
int color; /* what to do with ANSI colors */
int display_rc; /* 1 to display return code */
const char *ptr_command_name; /* name of command */
+ char *pipe_command; /* output piped to WeeChat/plugin cmd*/
+ char *hsignal; /* send a hsignal with output */
};
extern int exec_command_run (struct t_gui_buffer *buffer,