1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

exec: execute commands from input of exec buffers

This commit is contained in:
Sebastien Helleu
2014-03-13 07:38:16 +01:00
parent ed6ea18c30
commit 571a7a5dbe
3 changed files with 208 additions and 166 deletions
+3
View File
@@ -36,6 +36,9 @@ struct t_exec_cmd_options
const char *ptr_command_name; /* name of command */
};
extern int exec_command_run (struct t_gui_buffer *buffer,
int argc, char **argv, char **argv_eol,
int start_arg);
extern void exec_command_init ();
#endif /* __WEECHAT_EXEC_COMMAND_H */