summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 06:32:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-12 09:06:09 (GMT)
commit5e133b8cf9b9b7f9483c47d19ffb40e10827ae51 (patch)
tree7ef13dd12201bcc3369f7d948186a3110fde69d4 /utf8.h
parentcb58c932a58e704b840ede37c55ce3e59a9e7544 (diff)
downloadgit-5e133b8cf9b9b7f9483c47d19ffb40e10827ae51.zip
git-5e133b8cf9b9b7f9483c47d19ffb40e10827ae51.tar.gz
git-5e133b8cf9b9b7f9483c47d19ffb40e10827ae51.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index ae30ae4..c9738d8 100644
--- a/utf8.h
+++ b/utf8.h
@@ -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);