mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
12 lines
193 B
C
12 lines
193 B
C
#ifndef NVIM_OPS_H
|
|
#define NVIM_OPS_H
|
|
|
|
#include "nvim/types.h"
|
|
|
|
typedef int (*Indenter)(void);
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "ops.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_OPS_H
|