Make hexval() available to others.
authorJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 23:04:46 +0000 (16:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 23:08:14 +0000 (16:08 -0700)
builtin-mailinfo.c has its own hexval implementaiton but it can
share the table-lookup one recently implemented in sha1_file.c

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found