aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r--src/nvim/cursor_shape.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h
index aaed73e025..9ce1b6e0a0 100644
--- a/src/nvim/cursor_shape.h
+++ b/src/nvim/cursor_shape.h
@@ -47,6 +47,8 @@ typedef struct cursor_entry {
char used_for; /* SHAPE_MOUSE and/or SHAPE_CURSOR */
} cursorentry_T;
-char_u *parse_shape_opt(int what);
-#endif /* NVIM_CURSOR_SHAPE_H */
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "cursor_shape.h.generated.h"
+#endif
+#endif // NVIM_CURSOR_SHAPE_H