aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.h
blob: 0262ea000ea88231f661ed136cb4336190eb3db1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_API_BUFFER_H
#define NVIM_API_BUFFER_H

#include <stdint.h>
#include <stdbool.h>

#include "nvim/api/private/defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/buffer.h.generated.h"
#endif
#endif  // NVIM_API_BUFFER_H