Fix Trac #2310: result type signatures are not supported any more
[ghc-hetmet.git] / utils / hp2ps / Curves.h
1 #ifndef CURVES_H
2 #define CURVES_H
3
4 void Curves PROTO((void));
5 void CurvesInit PROTO((void));
6
7 floatish xpage PROTO((floatish));
8 floatish ypage PROTO((floatish));
9
10 #endif /* CURVES_H */