File: //home/ubuntu/neovim/build/include/change.h.generated.h
// IWYU pragma: private, include "nvim/change.h"
#define DEFINE_FUNC_ATTRIBUTES
#include "nvim/func_attr.h"
#undef DEFINE_FUNC_ATTRIBUTES
#ifndef DLLEXPORT
# ifdef MSWIN
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT
# endif
#endif
DLLEXPORT void change_warning(buf_T *buf, int col);
DLLEXPORT void changed(buf_T *buf);
DLLEXPORT void changed_internal(buf_T *buf);
DLLEXPORT void changed_lines_invalidate_buf(buf_T *buf, linenr_T lnum, colnr_T col, linenr_T lnume, linenr_T xtra);
DLLEXPORT void changed_bytes(linenr_T lnum, colnr_T col);
DLLEXPORT void inserted_bytes(linenr_T lnum, colnr_T start_col, int old_col, int new_col);
DLLEXPORT void appended_lines(linenr_T lnum, linenr_T count);
DLLEXPORT void appended_lines_mark(linenr_T lnum, int count);
DLLEXPORT void deleted_lines(linenr_T lnum, linenr_T count);
DLLEXPORT void deleted_lines_mark(linenr_T lnum, int count);
DLLEXPORT void changed_lines_redraw_buf(buf_T *buf, linenr_T lnum, linenr_T lnume, linenr_T xtra);
DLLEXPORT void changed_lines(buf_T *buf, linenr_T lnum, colnr_T col, linenr_T lnume, linenr_T xtra, _Bool do_buf_event);
DLLEXPORT void unchanged(buf_T *buf, _Bool ff, _Bool always_inc_changedtick);
DLLEXPORT void save_file_ff(buf_T *buf);
DLLEXPORT _Bool file_ff_differs(buf_T *buf, _Bool ignore_empty) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_WARN_UNUSED_RESULT;
DLLEXPORT void ins_bytes(char *p);
DLLEXPORT void ins_bytes_len(char *p, size_t len);
DLLEXPORT void ins_char(int c);
DLLEXPORT void ins_char_bytes(char *buf, size_t charlen);
DLLEXPORT void ins_str(char *s);
DLLEXPORT int del_char(_Bool fixpos);
DLLEXPORT int del_chars(int count, int fixpos);
DLLEXPORT int del_bytes(colnr_T count, _Bool fixpos_arg, _Bool use_delcombine);
DLLEXPORT _Bool copy_indent(int size, char *src);
DLLEXPORT _Bool open_line(int dir, int flags, int second_line_indent, _Bool *did_do_comment);
DLLEXPORT void truncate_line(int fixpos);
DLLEXPORT void del_lines(linenr_T nlines, _Bool undo);
DLLEXPORT int get_leader_len(char *line, char **flags, _Bool backward, _Bool include_space);
DLLEXPORT int get_last_leader_offset(char *line, char **flags);
#include "nvim/func_attr.h"