refactor(IWYU): move decor provider types to decoration_defs.h (#26692)

This commit is contained in:
zeertzjq
2023-12-21 16:50:05 +08:00
committed by GitHub
parent 8c611f53fe
commit 8533adb484
69 changed files with 110 additions and 142 deletions

View File

@@ -5,6 +5,7 @@
#include <stdint.h>
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/types_defs.h" // IWYU pragma: keep
typedef void (*terminal_write_cb)(const char *buffer, size_t size, void *data);
typedef void (*terminal_resize_cb)(uint16_t width, uint16_t height, void *data);