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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/shell.h b/src/os/shell.h
index 166dd26846..754f27df37 100644
--- a/src/os/shell.h
+++ b/src/os/shell.h
@@ -6,6 +6,7 @@
#include "types.h"
void shell_skip_word(char_u **ptr);
+int shell_count_argc(char_u **ptr);
#endif // NEOVIM_OS_SHELL_H