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