aboutsummaryrefslogtreecommitdiff
path: root/src/os/shell.h
blob: 754f27df37298237e4985b83b8f9c1b268615514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NEOVIM_OS_SHELL_H
#define NEOVIM_OS_SHELL_H

#include <stdbool.h>

#include "types.h"

void shell_skip_word(char_u **ptr);
int shell_count_argc(char_u **ptr);

#endif  // NEOVIM_OS_SHELL_H