summaryrefslogtreecommitdiff
path: root/ghc/utils/hp2ps/Shade.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/utils/hp2ps/Shade.h')
-rw-r--r--ghc/utils/hp2ps/Shade.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/utils/hp2ps/Shade.h b/ghc/utils/hp2ps/Shade.h
new file mode 100644
index 0000000000..b6dd271b64
--- /dev/null
+++ b/ghc/utils/hp2ps/Shade.h
@@ -0,0 +1,7 @@
+#ifndef SHADE_H
+#define SHADE_H
+
+extern floatish ShadeOf PROTO((char *));
+extern void ShadeFor PROTO((char *, floatish));
+
+#endif /* SHADE_H */