diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-10 23:59:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-10 23:59:37 +0000 |
commit | a7f522b53649f0c836c40c76904e78e3ca2010bb (patch) | |
tree | f6a217bf5e48b4f7d3136e38da5ff8a9cd71ada1 /Build/source/texk/dvipsk/protos.h | |
parent | c3fdfb314d8b7780daa5b967bf843fae5f80d283 (diff) |
use unsigned for hash fn
git-svn-id: svn://tug.org/texlive/trunk@16345 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/protos.h')
-rw-r--r-- | Build/source/texk/dvipsk/protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/protos.h b/Build/source/texk/dvipsk/protos.h index f96e88a3ef7..b36b4d1e221 100644 --- a/Build/source/texk/dvipsk/protos.h +++ b/Build/source/texk/dvipsk/protos.h @@ -250,7 +250,7 @@ extern char *makecopy(unsigned char *what, long len, unsigned char *p); extern void repack(struct tcd *cp); /* prototypes for functions from resident.c */ -extern int hash(char *s); +extern unsigned int hash(char *s); extern void revpslists(void); extern void cleanres(void); extern struct resfont *lookup(char *name); |