1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6int get_indent(void);
7int get_indent_lnum(linenr_T lnum);
8int get_indent_buf(buf_T *buf, linenr_T lnum);
9int get_indent_str(char_u *ptr, int ts, int list);
10int set_indent(int size, int flags);
11int get_number_indent(linenr_T lnum);
12int get_breakindent_win(win_T *wp, char_u *line) FUNC_ATTR_NONNULL_ARG(1);
13int inindent(int extra);
14int get_expr_indent(void);
15int get_lisp_indent(void);
16#include "nvim/func_attr.h"
17