diff options
Diffstat (limited to 'src/nvim/indent_c.h')
-rw-r--r-- | src/nvim/indent_c.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/nvim/indent_c.h b/src/nvim/indent_c.h index 4639bfe242..bd6eeed67d 100644 --- a/src/nvim/indent_c.h +++ b/src/nvim/indent_c.h @@ -1,12 +1,9 @@ #ifndef NVIM_INDENT_C_H #define NVIM_INDENT_C_H + #include "nvim/vim.h" -int cin_islabel(void); -int cin_iscase(char_u *s, int strict); -int cin_isscopedecl(char_u *s); -int cin_is_cinword(char_u *line); -int get_c_indent(void); -void do_c_expr_indent(void); -void parse_cino(buf_T *buf); -pos_T * find_start_comment(int ind_maxcomment); + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "indent_c.h.generated.h" #endif +#endif // NVIM_INDENT_C_H |