summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/protos.h')
-rw-r--r--Build/source/texk/dvipsk/protos.h2
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);