[project @ 2004-08-13 13:04:50 by simonmar]
[ghc-hetmet.git] / ghc / utils / hp2ps / Utilities.h
index d6e9a17..10776d9 100644 (file)
@@ -4,10 +4,10 @@
 char* Basename    PROTO((char *));
 void  DropSuffix  PROTO((char *, char *));
 FILE* OpenFile    PROTO((char *, char *));
-void  CommaPrint  PROTO((FILE *, int));
+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 */