mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

Most these are just calls to non-deprecated variants, and take up unnecessary space and search hits in the other files.
12 lines
237 B
C
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
|