Reorganisation of the source tree
[ghc-hetmet.git] / utils / hp2ps / Utilities.h
diff --git a/utils/hp2ps/Utilities.h b/utils/hp2ps/Utilities.h
new file mode 100644 (file)
index 0000000..10776d9
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef UTILITIES_H
+#define UTILITIES_H
+
+char* Basename    PROTO((char *));
+void  DropSuffix  PROTO((char *, char *));
+FILE* OpenFile    PROTO((char *, char *));
+void  CommaPrint  PROTO((FILE *, intish));
+char *copystring  PROTO((char *));
+char *copystring2 PROTO((char *, char *));
+void *xmalloc   PROTO((size_t));
+void *xrealloc  PROTO((void *, size_t));
+
+#endif /* UTILITIES_H */