diff options
Diffstat (limited to 'ghc/utils/hp2ps/Shade.h')
-rw-r--r-- | ghc/utils/hp2ps/Shade.h | 7 |
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 */ |