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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/os/shell.h b/src/os/shell.h
index 981171e787..c9dbc4ce9e 100644
--- a/src/os/shell.h
+++ b/src/os/shell.h
@@ -5,10 +5,8 @@
#include "types.h"
-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);
+char ** shell_build_argv(char_u *cmd, char_u *extra_shell_arg);
+void shell_free_argv(char **argv);
#endif // NEOVIM_OS_SHELL_H