utf8.c: mark file-local function static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2010-01-11 22:32:29 -08:00
parent cb58c932a5
commit 5e133b8cf9
2 changed files with 1 additions and 2 deletions

1
utf8.h
View File

@ -3,7 +3,6 @@
typedef unsigned int ucs_char_t; /* assuming 32bit int */
ucs_char_t pick_one_utf8_char(const char **start, size_t *remainder_p);
int utf8_width(const char **start, size_t *remainder_p);
int utf8_strwidth(const char *string);
int is_utf8(const char *text);