summaryrefslogtreecommitdiffstats
path: root/src/libdraw/x11-keysym2ucs.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 22:20:14 +0000
committerrsc <devnull@localhost>2005-01-04 22:20:14 +0000
commit1818ce0f288ed4ffdd64ef595693cd3e481e84f9 (patch)
tree8a6a6d3735022e97f42285d593c94c4a9846df1a /src/libdraw/x11-keysym2ucs.c
parentba3de3806066744cd57b0d2829255d9990a8afe7 (diff)
downloadplan9port-1818ce0f288ed4ffdd64ef595693cd3e481e84f9.tar.gz
plan9port-1818ce0f288ed4ffdd64ef595693cd3e481e84f9.zip
minor fixes; hide some routines
Diffstat (limited to 'src/libdraw/x11-keysym2ucs.c')
-rw-r--r--src/libdraw/x11-keysym2ucs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdraw/x11-keysym2ucs.c b/src/libdraw/x11-keysym2ucs.c
index 63067062..572f01d3 100644
--- a/src/libdraw/x11-keysym2ucs.c
+++ b/src/libdraw/x11-keysym2ucs.c
@@ -824,7 +824,7 @@ static struct codepair {
};
VISIBLE
-long keysym2ucs(KeySym keysym)
+long _p9keysym2ucs(KeySym keysym)
{
int min = 0;
int max = sizeof(keysymtab) / sizeof(struct codepair) - 1;