aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-12-04 17:08:56 -0800
committerH. Peter Anvin <hpa@smyrno.hos.anvin.org>2005-12-04 17:08:56 -0800
commit150a707989d27675fd11bf3cb970268a649ebb67 (patch)
tree88d827bdfd9b5e26d3e8d2ad69c3d767fa7ec112
parent36c939ad738b5be930256b1792850c8d0c508277 (diff)
downloadlibucd-150a707989d27675fd11bf3cb970268a649ebb67.tar.gz
name_to_ucs, not ucs_to_name
-rw-r--r--nametoucs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nametoucs.c b/nametoucs.c
index 7a54600..3e345f8 100644
--- a/nametoucs.c
+++ b/nametoucs.c
@@ -17,7 +17,7 @@ static uint32_t prehash(const char *str)
}
/* This returns a candidate UCS for a given name. */
-int32_t _libucd_ucs_to_name(const char *name)
+int32_t _libucd_name_to_ucs(const char *name)
{
int32_t ucs;
uint32_t hash;