diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-11 22:32:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-12 01:06:09 -0800 |
commit | 5e133b8cf9b9b7f9483c47d19ffb40e10827ae51 (patch) | |
tree | 7ef13dd12201bcc3369f7d948186a3110fde69d4 /utf8.h | |
parent | cb58c932a58e704b840ede37c55ce3e59a9e7544 (diff) | |
download | git-5e133b8cf9b9b7f9483c47d19ffb40e10827ae51.tar.gz |
utf8.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |