aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutf.h')
-rw-r--r--libutf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libutf.h b/libutf.h
index a2b81b7..30255cc 100644
--- a/libutf.h
+++ b/libutf.h
@@ -28,7 +28,7 @@ typedef unsigned long Rune;
#define Runeself 0x80 /* rune and utf are equal (<) */
#define Runemax RUNE_C(0x10FFFF) /* maximum rune value */
-int runelen(Rune r);
-int runetochar(char *s, const Rune *p);
+VIS_INTERNAL int runelen(Rune r);
+VIS_INTERNAL int runetochar(char *s, const Rune *p);
#endif