From 679f7928e27a95e559eb3a69febf0c6336e40234 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 27 Jan 2024 23:26:42 +0100 Subject: Bump librune --- vendor/librune/include/gbrk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/librune/include/gbrk.h') diff --git a/vendor/librune/include/gbrk.h b/vendor/librune/include/gbrk.h index 5eef882..7cdb31c 100644 --- a/vendor/librune/include/gbrk.h +++ b/vendor/librune/include/gbrk.h @@ -5,6 +5,6 @@ #include "internal/types.h" /* IWYU pragma: export */ size_t u8glen(const char8_t *, size_t); -const char8_t *u8gnext(struct u8view *, const char8_t **, size_t *); +size_t u8gnext(struct u8view *, const char8_t **, size_t *); #endif /* !RUNE_GBRK_H */ -- cgit v1.2.3