[project @ 2005-03-08 19:13:27 by sof]
[ghc-hetmet.git] / ghc / utils / hp2ps / Utilities.h
index bffc87d..10776d9 100644 (file)
@@ -7,7 +7,7 @@ FILE* OpenFile    PROTO((char *, char *));
 void  CommaPrint  PROTO((FILE *, intish));
 char *copystring  PROTO((char *));
 char *copystring2 PROTO((char *, char *));
-void *xmalloc   PROTO((int));
-void *xrealloc  PROTO((void *, int));
+void *xmalloc   PROTO((size_t));
+void *xrealloc  PROTO((void *, size_t));
 
 #endif /* UTILITIES_H */