summaryrefslogtreecommitdiff
path: root/utils/hp2ps/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hp2ps/Error.h')
-rw-r--r--utils/hp2ps/Error.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/hp2ps/Error.h b/utils/hp2ps/Error.h
new file mode 100644
index 0000000000..c1cdede415
--- /dev/null
+++ b/utils/hp2ps/Error.h
@@ -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 */