aboutsummaryrefslogtreecommitdiff
path: root/src/os/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/shell.h')
-rw-r--r--src/os/shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/shell.h b/src/os/shell.h
index 754f27df37..981171e787 100644
--- a/src/os/shell.h
+++ b/src/os/shell.h
@@ -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