Extract shell_build_argv from mch_call_shell

This commit is contained in:
Thiago de Arruda
2014-03-29 14:28:44 -03:00
parent c791922224
commit f496d619a9
3 changed files with 67 additions and 43 deletions

View File

@@ -7,6 +7,8 @@
void shell_skip_word(char_u **ptr);
int shell_count_argc(char_u **ptr);
char ** shell_build_argv(int argc, char_u *cmd,
char_u *extra_shell_arg, char_u **ptr, char_u **p_shcf_copy_ptr);
#endif // NEOVIM_OS_SHELL_H