aboutsummaryrefslogtreecommitdiff
path: root/src/os/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/shell.c')
-rw-r--r--src/os/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/shell.c b/src/os/shell.c
index 51e6d65b5b..cbedf72a9c 100644
--- a/src/os/shell.c
+++ b/src/os/shell.c
@@ -53,3 +53,5 @@ int shell_count_argc(char_u **ptr)
return rv;
}
+
+char ** shell_build_argv(char_u **ptr, int argc);