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