mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
exec: add option exec.command.default_options
This commit is contained in:
@@ -20,6 +20,17 @@
|
||||
#ifndef __WEECHAT_EXEC_COMMAND_H
|
||||
#define __WEECHAT_EXEC_COMMAND_H 1
|
||||
|
||||
struct t_exec_cmd_options
|
||||
{
|
||||
int command_index;
|
||||
int use_shell;
|
||||
int detached;
|
||||
int pipe_stdin;
|
||||
int timeout;
|
||||
int output_to_buffer;
|
||||
const char *ptr_name;
|
||||
};
|
||||
|
||||
extern void exec_command_init ();
|
||||
|
||||
#endif /* __WEECHAT_EXEC_COMMAND_H */
|
||||
|
||||
Reference in New Issue
Block a user