Files
neovim/src/nvim/api/deprecated.h
Björn Linse b1ef6de620 api: move deprecated functions to separate files
Most these are just calls to non-deprecated variants, and take up
unnecessary space and search hits in the other files.
2020-12-05 14:34:17 +01:00

12 lines
237 B
C

#ifndef NVIM_API_DEPRECATED_H
#define NVIM_API_DEPRECATED_H
#include <stdint.h>
#include "nvim/api/private/defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/deprecated.h.generated.h"
#endif
#endif // NVIM_API_DEPRECATED_H