Reorganisation of the source tree
[ghc-hetmet.git] / utils / hp2ps / Error.h
diff --git a/utils/hp2ps/Error.h b/utils/hp2ps/Error.h
new file mode 100644 (file)
index 0000000..c1cdede
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef ERROR_H
+#define ERROR_H
+
+extern void Error    PROTO((const char *, ...));
+extern void Disaster PROTO((const char *, ...));
+extern void Usage    PROTO((const char *));
+
+#endif /* ERROR_H */