blob: 4493f2d3ed2d5deee6cbf94c8037093e22d94c8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef CURVES_H
#define CURVES_H
extern void Curves PROTO((void));
extern void CurvesInit PROTO((void));
extern floatish xpage PROTO((floatish));
extern floatish ypage PROTO((floatish));
#endif /* CURVES_H */
|