aboutsummaryrefslogtreecommitdiff
path: root/vendor/librune/include/gbrk.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-27 23:26:42 +0100
commit679f7928e27a95e559eb3a69febf0c6336e40234 (patch)
treeaf9c5bb35253086eb8e3ad3d7774e7349b3beefe /vendor/librune/include/gbrk.h
parentfd502fd87b40ae7f60314d8d9009f739f1c5fcf3 (diff)
Bump librune
Diffstat (limited to 'vendor/librune/include/gbrk.h')
-rw-r--r--vendor/librune/include/gbrk.h2
1 files changed, 1 insertions, 1 deletions
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 */