mirror of
https://github.com/neovim/neovim.git
synced 2026-01-26 15:11:35 +10:00
10 lines
200 B
C
10 lines
200 B
C
#ifndef NVIM_API_BUFFER_H
|
|
#define NVIM_API_BUFFER_H
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/buffer.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_BUFFER_H
|